Html Css Color HEX #BFF2E5 Water Leaf

📋 copy color: '#BFF2E5'

red 191 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #BFF2E5

Tints of Water Leaf #BFF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.56%

 BLUE value IS 229 (89.84% from 255) = 34.59%

R = 28.85%
G = 36.56%
B = 34.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#BFF2E5 (or 0xBFF2E5) is known color: Water Leaf. HEX triplet: BF, F2 and E5. RGB value is (191,242,229). Sum of RGB (Red+Green+Blue) = 191+242+229=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2E5 is #400D1A. Grayscale: #E1E1E1. Windows color (decimal): -4197659 or 15069887. OLE color: 15069887.

HSL color Cylindrical-coordinate representation of color #BFF2E5: hue angle of 164.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 229 -
CMYK 0.21 0 0.05 0.05
HSL 164.71º 0.66% 0.85% -
HSV(B) 164.71º 0.21% 0.95% -
XYZ 67.38 80.24 86.06 -
YUV 225.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 191 242 229 0.21 0 0.05 0.05 164.71 0.66 0.85
Hex BF F2 E5 15 0 5 5 A5 42 55
Octal 277 362 345 25 0 5 5 245 102 125
Binary 10111111 11110010 11100101 10101 0 101 101 10100101 1000010 1010101

Color Harmonies of #BFF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2E5

Black with #BFF2E5

Text Example


Text Example

White with #BFF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2E5; }

 p { color: rgb(191,242,229); }

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

background-color css

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

 a { background-color: rgb(191,242,229); }

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

border-color css

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

 span { border-color: rgb(191,242,229); }

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