Html Css Color HEX #BFEAC2 Fringy Flower

📋 copy color: '#BFEAC2'

red 191 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #BFEAC2

Tints of Fringy Flower #BFEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.8%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 30.86%
G = 37.8%
B = 31.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BFEAC2 (or 0xBFEAC2) is known color: Fringy Flower. HEX triplet: BF, EA and C2. RGB value is (191,234,194). Sum of RGB (Red+Green+Blue) = 191+234+194=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC2 is #40153D. Grayscale: #D8D8D8. Windows color (decimal): -4199742 or 12774079. OLE color: 12774079.

HSL color Cylindrical-coordinate representation of color #BFEAC2: hue angle of 124.19º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 194 -
CMYK 0.18 0 0.17 0.08
HSL 124.19º 0.51% 0.83% -
HSV(B) 124.19º 0.18% 0.92% -
XYZ 60.65 73.82 62.09 -
YUV 216.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 191 234 194 0.18 0 0.17 0.08 124.19 0.51 0.83
Hex BF EA C2 12 0 11 8 7C 33 53
Octal 277 352 302 22 0 21 10 174 63 123
Binary 10111111 11101010 11000010 10010 0 10001 1000 1111100 110011 1010011

Color Harmonies of #BFEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAC2

Black with #BFEAC2

Text Example


Text Example

White with #BFEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAC2; }

 p { color: rgb(191,234,194); }

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

background-color css

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

 a { background-color: rgb(191,234,194); }

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

border-color css

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

 span { border-color: rgb(191,234,194); }

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