Html Css Color HEX #BFEAE0 Water Leaf

📋 copy color: '#BFEAE0'

red 191 ◦ green 234 ◦ blue 224

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

Shades of Water Leaf #BFEAE0

Tints of Water Leaf #BFEAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.06%

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

R = 29.43%
G = 36.06%
B = 34.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BFEAE0 (or 0xBFEAE0) is known color: Water Leaf. HEX triplet: BF, EA and E0. RGB value is (191,234,224). Sum of RGB (Red+Green+Blue) = 191+234+224=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE0 is #40151F. Grayscale: #DCDCDC. Windows color (decimal): -4199712 or 14740159. OLE color: 14740159.

HSL color Cylindrical-coordinate representation of color #BFEAE0: hue angle of 166.05º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 224 -
CMYK 0.18 0 0.04 0.08
HSL 166.05º 0.51% 0.83% -
HSV(B) 166.05º 0.18% 0.92% -
XYZ 64.36 75.3 81.66 -
YUV 220 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 191 234 224 0.18 0 0.04 0.08 166.05 0.51 0.83
Hex BF EA E0 12 0 4 8 A6 33 53
Octal 277 352 340 22 0 4 10 246 63 123
Binary 10111111 11101010 11100000 10010 0 100 1000 10100110 110011 1010011

Color Harmonies of #BFEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAE0

Black with #BFEAE0

Text Example


Text Example

White with #BFEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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