#BBF8ED

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

Shades of Water Leaf #BBF8ED

Tints of Water Leaf #BBF8ED

Color information

#BBF8ED (or 0xBBF8ED) is unknown color: approx Water Leaf. HEX triplet: BB, F8 and ED. RGB value is (187,248,237). Sum of RGB (Red+Green+Blue) = 187+248+237=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8ED is #440712. Grayscale: #E4E4E4. Windows color (decimal): -4458259 or 15595707. OLE color: 15595707.

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

Color convert

RGB187248237-
CMYK0.2500.040.03
HSL169.18º81.33%85.29%-
HSV(B)169.18º24.6%97.25%-
XYZ69.3583.8192.64-
YUV228.51132.7998.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=27.83%
G=36.90%
B=35.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482370.2500.040.03169.1881.3385.29
HexBBF8ED19043a95155
Octal27337035531043251121125
Binary101110111111100011101101110010100111010100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8ED; }

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

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

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

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

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

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

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

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