Html Css Color HEX #BFF1E5 Water Leaf

📋 copy color: '#BFF1E5'

red 191 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #BFF1E5

Tints of Water Leaf #BFF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.46%

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

R = 28.9%
G = 36.46%
B = 34.64%

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

#BFF1E5 (or 0xBFF1E5) is known color: Water Leaf. HEX triplet: BF, F1 and E5. RGB value is (191,241,229). Sum of RGB (Red+Green+Blue) = 191+241+229=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1E5 is #400E1A. Grayscale: #E0E0E0. Windows color (decimal): -4197915 or 15069631. OLE color: 15069631.

HSL color Cylindrical-coordinate representation of color #BFF1E5: hue angle of 165.6º degrees, saturation: 0.64, 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 #BFF1E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 229 -
CMYK 0.21 0 0.05 0.05
HSL 165.6º 0.64% 0.85% -
HSV(B) 165.6º 0.21% 0.95% -
XYZ 67.08 79.64 85.97 -
YUV 224.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 191 241 229 0.21 0 0.05 0.05 165.6 0.64 0.85
Hex BF F1 E5 15 0 5 5 A6 40 55
Octal 277 361 345 25 0 5 5 246 100 125
Binary 10111111 11110001 11100101 10101 0 101 101 10100110 1000000 1010101

Color Harmonies of #BFF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1E5

Black with #BFF1E5

Text Example


Text Example

White with #BFF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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