Html Css Color HEX #BFE3DB Water Leaf

📋 copy color: '#BFE3DB'

red 191 ◦ green 227 ◦ blue 219

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

Shades of Water Leaf #BFE3DB

Tints of Water Leaf #BFE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.64%

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 29.98%
G = 35.64%
B = 34.38%

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

#BFE3DB (or 0xBFE3DB) is known color: Water Leaf. HEX triplet: BF, E3 and DB. RGB value is (191,227,219). Sum of RGB (Red+Green+Blue) = 191+227+219=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3DB is #401C24. Grayscale: #D7D7D7. Windows color (decimal): -4201509 or 14410687. OLE color: 14410687.

HSL color Cylindrical-coordinate representation of color #BFE3DB: hue angle of 166.67º degrees, saturation: 0.39, 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 #BFE3DB is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 219 -
CMYK 0.16 0 0.04 0.11
HSL 166.67º 0.39% 0.82% -
HSV(B) 166.67º 0.16% 0.89% -
XYZ 61.74 71.13 77.49 -
YUV 215.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 191 227 219 0.16 0 0.04 0.11 166.67 0.39 0.82
Hex BF E3 DB 10 0 4 B A7 27 52
Octal 277 343 333 20 0 4 13 247 47 122
Binary 10111111 11100011 11011011 10000 0 100 1011 10100111 100111 1010010

Color Harmonies of #BFE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3DB

Black with #BFE3DB

Text Example


Text Example

White with #BFE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3DB; }

 p { color: rgb(191,227,219); }

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

background-color css

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

 a { background-color: rgb(191,227,219); }

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

border-color css

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

 span { border-color: rgb(191,227,219); }

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