Html Css Color HEX #BFECBD Fringy Flower

📋 copy color: '#BFECBD'

red 191 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #BFECBD

Tints of Fringy Flower #BFECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.68%

R = 31.01%
G = 38.31%
B = 30.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BFECBD (or 0xBFECBD) is known color: Fringy Flower. HEX triplet: BF, EC and BD. RGB value is (191,236,189). Sum of RGB (Red+Green+Blue) = 191+236+189=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECBD is #401342. Grayscale: #D9D9D9. Windows color (decimal): -4199235 or 12446911. OLE color: 12446911.

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

Color convert

RGB 191 236 189 -
CMYK 0.19 0 0.20 0.07
HSL 117.45º 0.55% 0.83% -
HSV(B) 117.45º 0.2% 0.93% -
XYZ 60.67 74.74 59.37 -
YUV 217.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 191 236 189 0.19 0 0.20 0.07 117.45 0.55 0.83
Hex BF EC BD 13 0 14 7 75 37 53
Octal 277 354 275 23 0 24 7 165 67 123
Binary 10111111 11101100 10111101 10011 0 10100 111 1110101 110111 1010011

Color Harmonies of #BFECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECBD

Black with #BFECBD

Text Example


Text Example

White with #BFECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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