Html Css Color HEX #BFECC0 Fringy Flower

📋 copy color: '#BFECC0'

red 191 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #BFECC0

Tints of Fringy Flower #BFECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.13%

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 30.86%
G = 38.13%
B = 31.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BFECC0 (or 0xBFECC0) is known color: Fringy Flower. HEX triplet: BF, EC and C0. RGB value is (191,236,192). Sum of RGB (Red+Green+Blue) = 191+236+192=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC0 is #40133F. Grayscale: #D9D9D9. Windows color (decimal): -4199232 or 12643519. OLE color: 12643519.

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

Color convert

RGB 191 236 192 -
CMYK 0.19 0 0.19 0.07
HSL 121.33º 0.54% 0.84% -
HSV(B) 121.33º 0.19% 0.93% -
XYZ 61 74.87 61.11 -
YUV 217.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 191 236 192 0.19 0 0.19 0.07 121.33 0.54 0.84
Hex BF EC C0 13 0 13 7 79 36 54
Octal 277 354 300 23 0 23 7 171 66 124
Binary 10111111 11101100 11000000 10011 0 10011 111 1111001 110110 1010100

Color Harmonies of #BFECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECC0

Black with #BFECC0

Text Example


Text Example

White with #BFECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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