Html Css Color HEX #BFEDE0 Water Leaf

📋 copy color: '#BFEDE0'

red 191 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #BFEDE0

Tints of Water Leaf #BFEDE0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.35%

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 29.29%
G = 36.35%
B = 34.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BFEDE0 (or 0xBFEDE0) is known color: Water Leaf. HEX triplet: BF, ED and E0. RGB value is (191,237,224). Sum of RGB (Red+Green+Blue) = 191+237+224=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDE0 is #40121F. Grayscale: #DDDDDD. Windows color (decimal): -4198944 or 14740927. OLE color: 14740927.

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

Color convert

RGB 191 237 224 -
CMYK 0.19 0 0.05 0.07
HSL 163.04º 0.56% 0.84% -
HSV(B) 163.04º 0.19% 0.93% -
XYZ 65.22 77.03 81.95 -
YUV 221.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 191 237 224 0.19 0 0.05 0.07 163.04 0.56 0.84
Hex BF ED E0 13 0 5 7 A3 38 54
Octal 277 355 340 23 0 5 7 243 70 124
Binary 10111111 11101101 11100000 10011 0 101 111 10100011 111000 1010100

Color Harmonies of #BFEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDE0

Black with #BFEDE0

Text Example


Text Example

White with #BFEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDE0; }

 p { color: rgb(191,237,224); }

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

background-color css

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

 a { background-color: rgb(191,237,224); }

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

border-color css

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

 span { border-color: rgb(191,237,224); }

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