#BBE8FA

Color #BBE8FA Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBE8FA

Tints of Onahau #BBE8FA

Color information

#BBE8FA (or 0xBBE8FA) is unknown color: approx Onahau. HEX triplet: BB, E8 and FA. RGB value is (187,232,250). Sum of RGB (Red+Green+Blue) = 187+232+250=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FA is #441705. Grayscale: #DCDCDC. Windows color (decimal): -4462342 or 16443579. OLE color: 16443579.

HSL color Cylindrical-coordinate representation of color #BBE8FA: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE8FA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187232250-
CMYK0.250.0700.02
HSL197.14º86.3%85.69%-
HSV(B)197.14º25.2%98.04%-
XYZ66.6175.18101.44-
YUV220.6144.59104.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 232 (91.02% from 255) = 34.68%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=27.95%
G=34.68%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872322500.250.0700.02197.1486.385.69
HexBBE8FA19702c55656
Octal27335037231702305126126
Binary101110111110100011111010110011110101100010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8FA; }

 p { color: rgb(187,232,250); }

 H1.HeaderClassName
 {
   color: #BBE8FA;
 }
 .AnyTagClassName
 {
   color: #BBE8FA;
 }
</style>
background-color css

<style>
 a { background-color: #BBE8FA; }

 a { background-color: rgb(187,232,250); }

 div.DivClassName
 {
   background-color: #BBE8FA;
 }
 .BgClassName
 {
   background-color: #BBE8FA;
 }
</style>
border-color css

<style>
 span { border-color: #BBE8FA; }

 span { border-color: rgb(187,232,250); }

 td.TdClassName
 {
   border-color: #BBE8FA;
 }
 .TagClassName
 {
   border-color: #BBE8FA;
 }
</style>