#BFF0BC

Color #BFF0BC Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BFF0BC

Tints of Fringy Flower #BFF0BC

Color information

#BFF0BC (or 0xBFF0BC) is unknown color: approx Fringy Flower. HEX triplet: BF, F0 and BC. RGB value is (191,240,188). Sum of RGB (Red+Green+Blue) = 191+240+188=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BC is #400F43. Grayscale: #DBDBDB. Windows color (decimal): -4198212 or 12382399. OLE color: 12382399.

HSL color Cylindrical-coordinate representation of color #BFF0BC: hue angle of 116.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF0BC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB191240188-
CMYK0.2000.220.06
HSL116.54º63.41%83.92%-
HSV(B)116.54º21.67%94.12%-
XYZ61.7277.0359.19-
YUV219.42110.27107.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=30.86%
G=38.77%
B=30.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401880.2000.220.06116.5463.4183.92
HexBFF0BC140166753f54
Octal27736027424026616577124
Binary1011111111110000101111001010001011011011101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0BC; }

 p { color: rgb(191,240,188); }

 H1.HeaderClassName
 {
   color: #BFF0BC;
 }
 .AnyTagClassName
 {
   color: #BFF0BC;
 }
</style>
background-color css

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

 a { background-color: rgb(191,240,188); }

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

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

 span { border-color: rgb(191,240,188); }

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