Html Css Color HEX #BFECE2 Water Leaf

📋 copy color: '#BFECE2'

red 191 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #BFECE2

Tints of Water Leaf #BFECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.14%

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

R = 29.25%
G = 36.14%
B = 34.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BFECE2 (or 0xBFECE2) is known color: Water Leaf. HEX triplet: BF, EC and E2. RGB value is (191,236,226). Sum of RGB (Red+Green+Blue) = 191+236+226=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE2 is #40131D. Grayscale: #DDDDDD. Windows color (decimal): -4199198 or 14871743. OLE color: 14871743.

HSL color Cylindrical-coordinate representation of color #BFECE2: hue angle of 166.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECE2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 226 -
CMYK 0.19 0 0.04 0.07
HSL 166.67º 0.54% 0.84% -
HSV(B) 166.67º 0.19% 0.93% -
XYZ 65.21 76.56 83.29 -
YUV 221.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 191 236 226 0.19 0 0.04 0.07 166.67 0.54 0.84
Hex BF EC E2 13 0 4 7 A7 36 54
Octal 277 354 342 23 0 4 7 247 66 124
Binary 10111111 11101100 11100010 10011 0 100 111 10100111 110110 1010100

Color Harmonies of #BFECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECE2

Black with #BFECE2

Text Example


Text Example

White with #BFECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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