#BBEBF8

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

Shades of Onahau #BBEBF8

Tints of Onahau #BBEBF8

Color information

#BBEBF8 (or 0xBBEBF8) is unknown color: approx Onahau. HEX triplet: BB, EB and F8. RGB value is (187,235,248). Sum of RGB (Red+Green+Blue) = 187+235+248=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF8 is #441407. Grayscale: #DEDEDE. Windows color (decimal): -4461576 or 16313275. OLE color: 16313275.

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

Color convert

RGB187235248-
CMYK0.250.0500.03
HSL192.79º81.33%85.29%-
HSV(B)192.79º24.6%97.25%-
XYZ67.1576.76100.08-
YUV222.13142.6102.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=27.91%
G=35.07%
B=37.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872352480.250.0500.03192.7981.3385.29
HexBBEBF819503c15155
Octal27335337031503301121125
Binary101110111110101111111000110011010111100000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBF8; }

 p { color: rgb(187,235,248); }

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

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

 a { background-color: rgb(187,235,248); }

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

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

 span { border-color: rgb(187,235,248); }

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