#BBF9ED

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

Shades of Water Leaf #BBF9ED

Tints of Water Leaf #BBF9ED

Color information

#BBF9ED (or 0xBBF9ED) is unknown color: approx Water Leaf. HEX triplet: BB, F9 and ED. RGB value is (187,249,237). Sum of RGB (Red+Green+Blue) = 187+249+237=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9ED is #440612. Grayscale: #E5E5E5. Windows color (decimal): -4458003 or 15595963. OLE color: 15595963.

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

Color convert

RGB187249237-
CMYK0.2500.050.02
HSL168.39º83.78%85.49%-
HSV(B)168.39º24.9%97.65%-
XYZ69.6684.4392.75-
YUV229.09132.4697.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=27.79%
G=37.00%
B=35.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492370.2500.050.02168.3983.7885.49
HexBBF9ED19052a85455
Octal27337135531052250124125
Binary101110111111100111101101110010101101010100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9ED; }

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

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

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

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

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

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

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

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