#BBEEFB

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

Shades of Onahau #BBEEFB

Tints of Onahau #BBEEFB

Color information

#BBEEFB (or 0xBBEEFB) is unknown color: approx Onahau. HEX triplet: BB, EE and FB. RGB value is (187,238,251). Sum of RGB (Red+Green+Blue) = 187+238+251=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFB is #441104. Grayscale: #E0E0E0. Windows color (decimal): -4460805 or 16510651. OLE color: 16510651.

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

Color convert

RGB187238251-
CMYK0.250.0500.02
HSL192.19º88.89%85.88%-
HSV(B)192.19º25.5%98.43%-
XYZ68.4878.68102.84-
YUV224.23143.1101.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=27.66%
G=35.21%
B=37.13%

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
Decimal1872382510.250.0500.02192.1988.8985.88
HexBBEEFB19502c05956
Octal27335637331502300131126
Binary101110111110111011111011110011010101100000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEFB; }

 p { color: rgb(187,238,251); }

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

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

 a { background-color: rgb(187,238,251); }

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

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

 span { border-color: rgb(187,238,251); }

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