#BBF8EA

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

Shades of Water Leaf #BBF8EA

Tints of Water Leaf #BBF8EA

Color information

#BBF8EA (or 0xBBF8EA) is unknown color: approx Water Leaf. HEX triplet: BB, F8 and EA. RGB value is (187,248,234). Sum of RGB (Red+Green+Blue) = 187+248+234=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8EA is #440715. Grayscale: #E4E4E4. Windows color (decimal): -4458262 or 15399099. OLE color: 15399099.

HSL color Cylindrical-coordinate representation of color #BBF8EA: hue angle of 166.23º 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 #BBF8EA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB187248234-
CMYK0.2500.060.03
HSL166.23º81.33%85.29%-
HSV(B)166.23º24.6%97.25%-
XYZ68.9183.6490.35-
YUV228.16131.2998.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=27.95%
G=37.07%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482340.2500.060.03166.2381.3385.29
HexBBF8EA19063a65155
Octal27337035231063246121125
Binary101110111111100011101010110010110111010011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8EA; }

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

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

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

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

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

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

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

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