Html Css Color HEX #BFEAE1 Water Leaf

📋 copy color: '#BFEAE1'

red 191 ◦ green 234 ◦ blue 225

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

Shades of Water Leaf #BFEAE1

Tints of Water Leaf #BFEAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 29.38%
G = 36%
B = 34.62%

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

#BFEAE1 (or 0xBFEAE1) is known color: Water Leaf. HEX triplet: BF, EA and E1. RGB value is (191,234,225). Sum of RGB (Red+Green+Blue) = 191+234+225=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE1 is #40151E. Grayscale: #DCDCDC. Windows color (decimal): -4199711 or 14805695. OLE color: 14805695.

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

Color convert

RGB 191 234 225 -
CMYK 0.18 0 0.04 0.08
HSL 167.44º 0.51% 0.83% -
HSV(B) 167.44º 0.18% 0.92% -
XYZ 64.5 75.36 82.38 -
YUV 220.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 191 234 225 0.18 0 0.04 0.08 167.44 0.51 0.83
Hex BF EA E1 12 0 4 8 A7 33 53
Octal 277 352 341 22 0 4 10 247 63 123
Binary 10111111 11101010 11100001 10010 0 100 1000 10100111 110011 1010011

Color Harmonies of #BFEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAE1

Black with #BFEAE1

Text Example


Text Example

White with #BFEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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