Html Css Color HEX #BFE4DC Water Leaf

📋 copy color: '#BFE4DC'

red 191 ◦ green 228 ◦ blue 220

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

Shades of Water Leaf #BFE4DC

Tints of Water Leaf #BFE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.68%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 29.89%
G = 35.68%
B = 34.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BFE4DC (or 0xBFE4DC) is known color: Water Leaf. HEX triplet: BF, E4 and DC. RGB value is (191,228,220). Sum of RGB (Red+Green+Blue) = 191+228+220=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DC is #401B23. Grayscale: #D8D8D8. Windows color (decimal): -4201252 or 14476479. OLE color: 14476479.

HSL color Cylindrical-coordinate representation of color #BFE4DC: hue angle of 167.03º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 220 -
CMYK 0.16 0 0.04 0.11
HSL 167.03º 0.41% 0.82% -
HSV(B) 167.03º 0.16% 0.89% -
XYZ 62.15 71.73 78.28 -
YUV 216.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 191 228 220 0.16 0 0.04 0.11 167.03 0.41 0.82
Hex BF E4 DC 10 0 4 B A7 29 52
Octal 277 344 334 20 0 4 13 247 51 122
Binary 10111111 11100100 11011100 10000 0 100 1011 10100111 101001 1010010

Color Harmonies of #BFE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4DC

Black with #BFE4DC

Text Example


Text Example

White with #BFE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4DC; }

 p { color: rgb(191,228,220); }

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

background-color css

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

 a { background-color: rgb(191,228,220); }

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

border-color css

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

 span { border-color: rgb(191,228,220); }

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