#BBE4F3

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

Shades of Onahau #BBE4F3

Tints of Onahau #BBE4F3

Color information

#BBE4F3 (or 0xBBE4F3) is unknown color: approx Onahau. HEX triplet: BB, E4 and F3. RGB value is (187,228,243). Sum of RGB (Red+Green+Blue) = 187+228+243=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F3 is #441B0C. Grayscale: #D9D9D9. Windows color (decimal): -4463373 or 15983803. OLE color: 15983803.

HSL color Cylindrical-coordinate representation of color #BBE4F3: hue angle of 196.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE4F3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187228243-
CMYK0.230.0600.05
HSL196.07º70%84.31%-
HSV(B)196.07º23.05%95.29%-
XYZ64.4172.5295.4-
YUV217.45142.42106.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=28.42%
G=34.65%
B=36.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872282430.230.0600.05196.077084.31
HexBBE4F317605c44654
Octal27334436327605304106124
Binary1011101111100100111100111011111001011100010010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4F3; }

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

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

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

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

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

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

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

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