#BBE7DF

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

Shades of Water Leaf #BBE7DF

Tints of Water Leaf #BBE7DF

Color information

#BBE7DF (or 0xBBE7DF) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and DF. RGB value is (187,231,223). Sum of RGB (Red+Green+Blue) = 187+231+223=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DF is #441820. Grayscale: #D8D8D8. Windows color (decimal): -4462625 or 14673851. OLE color: 14673851.

HSL color Cylindrical-coordinate representation of color #BBE7DF: hue angle of 169.09º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7DF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB187231223-
CMYK0.1900.030.09
HSL169.09º47.83%81.96%-
HSV(B)169.09º19.05%90.59%-
XYZ62.3973.0480.62-
YUV216.93131.42106.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=29.17%
G=36.04%
B=34.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312230.1900.030.09169.0947.8381.96
HexBBE7DF13039a93052
Octal27334733723031125160122
Binary101110111110011111011111100110111001101010011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7DF; }

 p { color: rgb(187,231,223); }

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

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

 a { background-color: rgb(187,231,223); }

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

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

 span { border-color: rgb(187,231,223); }

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