Html Css Color HEX #BFEDE3 Water Leaf

📋 copy color: '#BFEDE3'

red 191 ◦ green 237 ◦ blue 227

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

Shades of Water Leaf #BFEDE3

Tints of Water Leaf #BFEDE3

RGB

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

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

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

R = 29.16%
G = 36.18%
B = 34.66%

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

#BFEDE3 (or 0xBFEDE3) is known color: Water Leaf. HEX triplet: BF, ED and E3. RGB value is (191,237,227). Sum of RGB (Red+Green+Blue) = 191+237+227=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDE3 is #40121C. Grayscale: #DEDEDE. Windows color (decimal): -4198941 or 14937535. OLE color: 14937535.

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

Color convert

RGB 191 237 227 -
CMYK 0.19 0 0.04 0.07
HSL 166.96º 0.56% 0.84% -
HSV(B) 166.96º 0.19% 0.93% -
XYZ 65.64 77.19 84.11 -
YUV 222.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 191 237 227 0.19 0 0.04 0.07 166.96 0.56 0.84
Hex BF ED E3 13 0 4 7 A7 38 54
Octal 277 355 343 23 0 4 7 247 70 124
Binary 10111111 11101101 11100011 10011 0 100 111 10100111 111000 1010100

Color Harmonies of #BFEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDE3

Black with #BFEDE3

Text Example


Text Example

White with #BFEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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