Html Css Color HEX #BFE6C0 Fringy Flower

📋 copy color: '#BFE6C0'

red 191 ◦ green 230 ◦ blue 192

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

Shades of Fringy Flower #BFE6C0

Tints of Fringy Flower #BFE6C0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.52%

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

R = 31.16%
G = 37.52%
B = 31.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BFE6C0 (or 0xBFE6C0) is known color: Fringy Flower. HEX triplet: BF, E6 and C0. RGB value is (191,230,192). Sum of RGB (Red+Green+Blue) = 191+230+192=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6C0 is #40193F. Grayscale: #D6D6D6. Windows color (decimal): -4200768 or 12641983. OLE color: 12641983.

HSL color Cylindrical-coordinate representation of color #BFE6C0: hue angle of 121.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6C0 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 192 -
CMYK 0.17 0 0.17 0.10
HSL 121.54º 0.44% 0.83% -
HSV(B) 121.54º 0.17% 0.9% -
XYZ 59.3 71.48 60.54 -
YUV 214.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 191 230 192 0.17 0 0.17 0.10 121.54 0.44 0.83
Hex BF E6 C0 11 0 11 A 7A 2C 53
Octal 277 346 300 21 0 21 12 172 54 123
Binary 10111111 11100110 11000000 10001 0 10001 1010 1111010 101100 1010011

Color Harmonies of #BFE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6C0

Black with #BFE6C0

Text Example


Text Example

White with #BFE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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