Html Css Color HEX #BFEFE2 Water Leaf

📋 copy color: '#BFEFE2'

red 191 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #BFEFE2

Tints of Water Leaf #BFEFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 29.12%
G = 36.43%
B = 34.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BFEFE2 (or 0xBFEFE2) is known color: Water Leaf. HEX triplet: BF, EF and E2. RGB value is (191,239,226). Sum of RGB (Red+Green+Blue) = 191+239+226=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE2 is #40101D. Grayscale: #DFDFDF. Windows color (decimal): -4198430 or 14872511. OLE color: 14872511.

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

Color convert

RGB 191 239 226 -
CMYK 0.20 0 0.05 0.06
HSL 163.75º 0.6% 0.84% -
HSV(B) 163.75º 0.2% 0.94% -
XYZ 66.08 78.3 83.58 -
YUV 223.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 191 239 226 0.20 0 0.05 0.06 163.75 0.6 0.84
Hex BF EF E2 14 0 5 6 A4 3C 54
Octal 277 357 342 24 0 5 6 244 74 124
Binary 10111111 11101111 11100010 10100 0 101 110 10100100 111100 1010100

Color Harmonies of #BFEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFE2

Black with #BFEFE2

Text Example


Text Example

White with #BFEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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