Html Css Color HEX #BFEFE1 Water Leaf

📋 copy color: '#BFEFE1'

red 191 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #BFEFE1

Tints of Water Leaf #BFEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.35%

R = 29.16%
G = 36.49%
B = 34.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE1 (or 0xBFEFE1) is known color: Water Leaf. HEX triplet: BF, EF and E1. RGB value is (191,239,225). Sum of RGB (Red+Green+Blue) = 191+239+225=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE1 is #40101E. Grayscale: #DFDFDF. Windows color (decimal): -4198431 or 14806975. OLE color: 14806975.

HSL color Cylindrical-coordinate representation of color #BFEFE1: hue angle of 162.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 #BFEFE1 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 225 -
CMYK 0.20 0 0.06 0.06
HSL 162.5º 0.6% 0.84% -
HSV(B) 162.5º 0.2% 0.94% -
XYZ 65.94 78.25 82.86 -
YUV 223.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 191 239 225 0.20 0 0.06 0.06 162.5 0.6 0.84
Hex BF EF E1 14 0 6 6 A2 3C 54
Octal 277 357 341 24 0 6 6 242 74 124
Binary 10111111 11101111 11100001 10100 0 110 110 10100010 111100 1010100

Color Harmonies of #BFEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE1

Black with #BFEFE1

Text Example


Text Example

White with #BFEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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