Html Css Color HEX #BFE7DF Water Leaf

📋 copy color: '#BFE7DF'

red 191 ◦ green 231 ◦ blue 223

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

Shades of Water Leaf #BFE7DF

Tints of Water Leaf #BFE7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 29.61%
G = 35.81%
B = 34.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BFE7DF (or 0xBFE7DF) is known color: Water Leaf. HEX triplet: BF, E7 and DF. RGB value is (191,231,223). Sum of RGB (Red+Green+Blue) = 191+231+223=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7DF is #401820. Grayscale: #DADADA. Windows color (decimal): -4200481 or 14673855. OLE color: 14673855.

HSL color Cylindrical-coordinate representation of color #BFE7DF: hue angle of 168º 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 #BFE7DF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 223 -
CMYK 0.17 0 0.03 0.09
HSL 168º 0.45% 0.83% -
HSV(B) 168º 0.17% 0.91% -
XYZ 63.38 73.56 80.67 -
YUV 218.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 191 231 223 0.17 0 0.03 0.09 168 0.45 0.83
Hex BF E7 DF 11 0 3 9 A8 2D 53
Octal 277 347 337 21 0 3 11 250 55 123
Binary 10111111 11100111 11011111 10001 0 11 1001 10101000 101101 1010011

Color Harmonies of #BFE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7DF

Black with #BFE7DF

Text Example


Text Example

White with #BFE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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