Html Css Color HEX #BFECC1 Fringy Flower

📋 copy color: '#BFECC1'

red 191 ◦ green 236 ◦ blue 193

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

Shades of Fringy Flower #BFECC1

Tints of Fringy Flower #BFECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.13%

R = 30.81%
G = 38.06%
B = 31.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BFECC1 (or 0xBFECC1) is known color: Fringy Flower. HEX triplet: BF, EC and C1. RGB value is (191,236,193). Sum of RGB (Red+Green+Blue) = 191+236+193=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC1 is #40133E. Grayscale: #D9D9D9. Windows color (decimal): -4199231 or 12709055. OLE color: 12709055.

HSL color Cylindrical-coordinate representation of color #BFECC1: hue angle of 122.67º 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 #BFECC1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 193 -
CMYK 0.19 0 0.18 0.07
HSL 122.67º 0.54% 0.84% -
HSV(B) 122.67º 0.19% 0.93% -
XYZ 61.11 74.92 61.69 -
YUV 217.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 191 236 193 0.19 0 0.18 0.07 122.67 0.54 0.84
Hex BF EC C1 13 0 12 7 7B 36 54
Octal 277 354 301 23 0 22 7 173 66 124
Binary 10111111 11101100 11000001 10011 0 10010 111 1111011 110110 1010100

Color Harmonies of #BFECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECC1

Black with #BFECC1

Text Example


Text Example

White with #BFECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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