#BBE4FA

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

Shades of Onahau #BBE4FA

Tints of Onahau #BBE4FA

Color information

#BBE4FA (or 0xBBE4FA) is unknown color: approx Onahau. HEX triplet: BB, E4 and FA. RGB value is (187,228,250). Sum of RGB (Red+Green+Blue) = 187+228+250=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FA is #441B05. Grayscale: #DADADA. Windows color (decimal): -4463366 or 16442555. OLE color: 16442555.

HSL color Cylindrical-coordinate representation of color #BBE4FA: hue angle of 200.95º 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 #BBE4FA is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187228250-
CMYK0.250.0900.02
HSL200.95º86.3%85.69%-
HSV(B)200.95º25.2%98.04%-
XYZ65.4972.95101.07-
YUV218.25145.92105.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=28.12%
G=34.29%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872282500.250.0900.02200.9586.385.69
HexBBE4FA19902c95656
Octal273344372311102311126126
Binary1011101111100100111110101100110010101100100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4FA; }

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

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

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

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

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

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

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

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