Html Css Color HEX #BFF6EC Water Leaf

📋 copy color: '#BFF6EC'

red 191 ◦ green 246 ◦ blue 236

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

Shades of Water Leaf #BFF6EC

Tints of Water Leaf #BFF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.55%

 BLUE value IS 236 (92.58% from 255) = 35.07%

R = 28.38%
G = 36.55%
B = 35.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BFF6EC (or 0xBFF6EC) is known color: Water Leaf. HEX triplet: BF, F6 and EC. RGB value is (191,246,236). Sum of RGB (Red+Green+Blue) = 191+246+236=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EC is #400913. Grayscale: #E4E4E4. Windows color (decimal): -4196628 or 15529663. OLE color: 15529663.

HSL color Cylindrical-coordinate representation of color #BFF6EC: hue angle of 169.09º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 236 -
CMYK 0.22 0 0.04 0.04
HSL 169.09º 0.75% 0.86% -
HSV(B) 169.09º 0.22% 0.96% -
XYZ 69.58 83.04 91.72 -
YUV 228.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 191 246 236 0.22 0 0.04 0.04 169.09 0.75 0.86
Hex BF F6 EC 16 0 4 4 A9 4B 56
Octal 277 366 354 26 0 4 4 251 113 126
Binary 10111111 11110110 11101100 10110 0 100 100 10101001 1001011 1010110

Color Harmonies of #BFF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6EC

Black with #BFF6EC

Text Example


Text Example

White with #BFF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6EC; }

 p { color: rgb(191,246,236); }

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

background-color css

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

 a { background-color: rgb(191,246,236); }

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

border-color css

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

 span { border-color: rgb(191,246,236); }

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