Html Css Color HEX #BFEEE0 Water Leaf

📋 copy color: '#BFEEE0'

red 191 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #BFEEE0

Tints of Water Leaf #BFEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

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

R = 29.25%
G = 36.45%
B = 34.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BFEEE0 (or 0xBFEEE0) is known color: Water Leaf. HEX triplet: BF, EE and E0. RGB value is (191,238,224). Sum of RGB (Red+Green+Blue) = 191+238+224=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE0 is #40111F. Grayscale: #DEDEDE. Windows color (decimal): -4198688 or 14741183. OLE color: 14741183.

HSL color Cylindrical-coordinate representation of color #BFEEE0: hue angle of 162.13º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 224 -
CMYK 0.20 0 0.06 0.07
HSL 162.13º 0.58% 0.84% -
HSV(B) 162.13º 0.2% 0.93% -
XYZ 65.51 77.61 82.05 -
YUV 222.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 191 238 224 0.20 0 0.06 0.07 162.13 0.58 0.84
Hex BF EE E0 14 0 6 7 A2 3A 54
Octal 277 356 340 24 0 6 7 242 72 124
Binary 10111111 11101110 11100000 10100 0 110 111 10100010 111010 1010100

Color Harmonies of #BFEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEE0

Black with #BFEEE0

Text Example


Text Example

White with #BFEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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