Html Css Color HEX #BFE7DD Water Leaf

📋 copy color: '#BFE7DD'

red 191 ◦ green 231 ◦ blue 221

#BFE7DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BFE7DD

Tints of Water Leaf #BFE7DD

RGB

 RED value IS 191 (75% from 255) = 29.7%

 GREEN value IS 231 (90.63% from 255) = 35.93%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 29.7%
G = 35.93%
B = 34.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BFE7DD (or 0xBFE7DD) is known color: Water Leaf. HEX triplet: BF, E7 and DD. RGB value is (191,231,221). Sum of RGB (Red+Green+Blue) = 191+231+221=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7DD is #401822. Grayscale: #D9D9D9. Windows color (decimal): -4200483 or 14542783. OLE color: 14542783.

HSL color Cylindrical-coordinate representation of color #BFE7DD: hue angle of 165º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7DD is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 221 -
CMYK 0.17 0 0.04 0.09
HSL 165º 0.45% 0.83% -
HSV(B) 165º 0.17% 0.91% -
XYZ 63.11 73.45 79.26 -
YUV 217.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 191 231 221 0.17 0 0.04 0.09 165 0.45 0.83
Hex BF E7 DD 11 0 4 9 A5 2D 53
Octal 277 347 335 21 0 4 11 245 55 123
Binary 10111111 11100111 11011101 10001 0 100 1001 10100101 101101 1010011

Color Harmonies of #BFE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7DD

Black with #BFE7DD

Text Example


Text Example

White with #BFE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7DD; }

 p { color: rgb(191,231,221); }

 H1.HeaderClassName
 {
   color: #BFE7DD;
 }
 .AnyTagClassName
 {
   color: #BFE7DD;
 }
</style>

background-color css

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

 a { background-color: rgb(191,231,221); }

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

border-color css

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

 span { border-color: rgb(191,231,221); }

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