#BBEEE3

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

Shades of Water Leaf #BBEEE3

Tints of Water Leaf #BBEEE3

Color information

#BBEEE3 (or 0xBBEEE3) is unknown color: approx Water Leaf. HEX triplet: BB, EE and E3. RGB value is (187,238,227). Sum of RGB (Red+Green+Blue) = 187+238+227=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE3 is #44111C. Grayscale: #DDDDDD. Windows color (decimal): -4460829 or 14937787. OLE color: 14937787.

HSL color Cylindrical-coordinate representation of color #BBEEE3: hue angle of 167.06º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB187238227-
CMYK0.2100.050.07
HSL167.06º60%83.33%-
HSV(B)167.06º21.43%93.33%-
XYZ64.9377.2684.16-
YUV221.5131.1103.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=28.68%
G=36.50%
B=34.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382270.2100.050.07167.066083.33
HexBBEEE315057a73c53
Octal2733563432505724774123
Binary101110111110111011100011101010101111101001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE3; }

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

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

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

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

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

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

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

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