#BBEDF9

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

Shades of Onahau #BBEDF9

Tints of Onahau #BBEDF9

Color information

#BBEDF9 (or 0xBBEDF9) is unknown color: approx Onahau. HEX triplet: BB, ED and F9. RGB value is (187,237,249). Sum of RGB (Red+Green+Blue) = 187+237+249=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF9 is #441206. Grayscale: #DFDFDF. Windows color (decimal): -4461063 or 16379323. OLE color: 16379323.

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

Color convert

RGB187237249-
CMYK0.250.0500.02
HSL191.61º83.78%85.49%-
HSV(B)191.61º24.9%97.65%-
XYZ67.8877.97101.1-
YUV223.42142.44102.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=27.79%
G=35.22%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872372490.250.0500.02191.6183.7885.49
HexBBEDF919502c05455
Octal27335537131502300124125
Binary101110111110110111111001110011010101100000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDF9; }

 p { color: rgb(187,237,249); }

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

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

 a { background-color: rgb(187,237,249); }

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

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

 span { border-color: rgb(187,237,249); }

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