#BBE4F7

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

Shades of Onahau #BBE4F7

Tints of Onahau #BBE4F7

Color information

#BBE4F7 (or 0xBBE4F7) is unknown color: approx Onahau. HEX triplet: BB, E4 and F7. RGB value is (187,228,247). Sum of RGB (Red+Green+Blue) = 187+228+247=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F7 is #441B08. Grayscale: #D9D9D9. Windows color (decimal): -4463369 or 16245947. OLE color: 16245947.

HSL color Cylindrical-coordinate representation of color #BBE4F7: hue angle of 199º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE4F7 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187228247-
CMYK0.240.0800.03
HSL199º78.95%85.1%-
HSV(B)199º24.29%96.86%-
XYZ65.0372.7798.61-
YUV217.91144.42105.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 228 (89.45% from 255) = 34.44%
BLUE value IS 247 (96.88% from 255) = 37.31%
R=28.25%
G=34.44%
B=37.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872282470.240.0800.0319978.9585.1
HexBBE4F718803c74f55
Octal273344367301003307117125
Binary1011101111100100111101111100010000111100011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4F7; }

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

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

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

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

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

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

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

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