Html Css Color HEX #BFEFE5 Water Leaf

📋 copy color: '#BFEFE5'

red 191 ◦ green 239 ◦ blue 229

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

Shades of Water Leaf #BFEFE5

Tints of Water Leaf #BFEFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 28.98%
G = 36.27%
B = 34.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE5 (or 0xBFEFE5) is known color: Water Leaf. HEX triplet: BF, EF and E5. RGB value is (191,239,229). Sum of RGB (Red+Green+Blue) = 191+239+229=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE5 is #40101A. Grayscale: #DFDFDF. Windows color (decimal): -4198427 or 15069119. OLE color: 15069119.

HSL color Cylindrical-coordinate representation of color #BFEFE5: hue angle of 167.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 229 -
CMYK 0.20 0 0.04 0.06
HSL 167.5º 0.6% 0.84% -
HSV(B) 167.5º 0.2% 0.94% -
XYZ 66.5 78.47 85.77 -
YUV 223.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 191 239 229 0.20 0 0.04 0.06 167.5 0.6 0.84
Hex BF EF E5 14 0 4 6 A8 3C 54
Octal 277 357 345 24 0 4 6 250 74 124
Binary 10111111 11101111 11100101 10100 0 100 110 10101000 111100 1010100

Color Harmonies of #BFEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE5

Black with #BFEFE5

Text Example


Text Example

White with #BFEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE5; }

 p { color: rgb(191,239,229); }

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

background-color css

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

 a { background-color: rgb(191,239,229); }

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

border-color css

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

 span { border-color: rgb(191,239,229); }

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