Html Css Color HEX #BFECE3 Water Leaf

📋 copy color: '#BFECE3'

red 191 ◦ green 236 ◦ blue 227

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

Shades of Water Leaf #BFECE3

Tints of Water Leaf #BFECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.71%

R = 29.2%
G = 36.09%
B = 34.71%

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

#BFECE3 (or 0xBFECE3) is known color: Water Leaf. HEX triplet: BF, EC and E3. RGB value is (191,236,227). Sum of RGB (Red+Green+Blue) = 191+236+227=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE3 is #40131C. Grayscale: #DDDDDD. Windows color (decimal): -4199197 or 14937279. OLE color: 14937279.

HSL color Cylindrical-coordinate representation of color #BFECE3: hue angle of 168º 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 #BFECE3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 227 -
CMYK 0.19 0 0.04 0.07
HSL 168º 0.54% 0.84% -
HSV(B) 168º 0.19% 0.93% -
XYZ 65.35 76.61 84.02 -
YUV 221.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 191 236 227 0.19 0 0.04 0.07 168 0.54 0.84
Hex BF EC E3 13 0 4 7 A8 36 54
Octal 277 354 343 23 0 4 7 250 66 124
Binary 10111111 11101100 11100011 10011 0 100 111 10101000 110110 1010100

Color Harmonies of #BFECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECE3

Black with #BFECE3

Text Example


Text Example

White with #BFECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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