#BBEDF5

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

Shades of Onahau #BBEDF5

Tints of Onahau #BBEDF5

Color information

#BBEDF5 (or 0xBBEDF5) is unknown color: approx Onahau. HEX triplet: BB, ED and F5. RGB value is (187,237,245). Sum of RGB (Red+Green+Blue) = 187+237+245=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF5 is #44120A. Grayscale: #DEDEDE. Windows color (decimal): -4461067 or 16117179. OLE color: 16117179.

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

Color convert

RGB187237245-
CMYK0.240.0300.04
HSL188.28º74.36%84.71%-
HSV(B)188.28º23.67%96.08%-
XYZ67.2677.7397.84-
YUV222.96140.44102.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=27.95%
G=35.43%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872372450.240.0300.04188.2874.3684.71
HexBBEDF518304bc4a55
Octal27335536530304274112125
Binary101110111110110111110101110001101001011110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDF5; }

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

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

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

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

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

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

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

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