Html Css Color HEX #BFF9EC Water Leaf

📋 copy color: '#BFF9EC'

red 191 ◦ green 249 ◦ blue 236

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

Shades of Water Leaf #BFF9EC

Tints of Water Leaf #BFF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.83%

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

R = 28.25%
G = 36.83%
B = 34.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#BFF9EC (or 0xBFF9EC) is known color: Water Leaf. HEX triplet: BF, F9 and EC. RGB value is (191,249,236). Sum of RGB (Red+Green+Blue) = 191+249+236=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9EC is #400613. Grayscale: #E6E6E6. Windows color (decimal): -4195860 or 15530431. OLE color: 15530431.

HSL color Cylindrical-coordinate representation of color #BFF9EC: hue angle of 166.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9EC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 236 -
CMYK 0.23 0 0.05 0.02
HSL 166.55º 0.83% 0.86% -
HSV(B) 166.55º 0.23% 0.98% -
XYZ 70.5 84.88 92.03 -
YUV 230.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 191 249 236 0.23 0 0.05 0.02 166.55 0.83 0.86
Hex BF F9 EC 17 0 5 2 A7 53 56
Octal 277 371 354 27 0 5 2 247 123 126
Binary 10111111 11111001 11101100 10111 0 101 10 10100111 1010011 1010110

Color Harmonies of #BFF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF9EC

Black with #BFF9EC

Text Example


Text Example

White with #BFF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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