#BFF3BC

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

Shades of Fringy Flower #BFF3BC

Tints of Fringy Flower #BFF3BC

Color information

#BFF3BC (or 0xBFF3BC) is unknown color: approx Fringy Flower. HEX triplet: BF, F3 and BC. RGB value is (191,243,188). Sum of RGB (Red+Green+Blue) = 191+243+188=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3BC is #400C43. Grayscale: #DDDDDD. Windows color (decimal): -4197444 or 12383167. OLE color: 12383167.

HSL color Cylindrical-coordinate representation of color #BFF3BC: hue angle of 116.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF3BC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB191243188-
CMYK0.2100.230.05
HSL116.73º69.62%84.51%-
HSV(B)116.73º22.63%95.29%-
XYZ62.6178.8159.49-
YUV221.18109.27106.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=30.71%
G=39.07%
B=30.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431880.2100.230.05116.7369.6284.51
HexBFF3BC150175754655
Octal277363274250275165106125
Binary10111111111100111011110010101010111101111010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3BC; }

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

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

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

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

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

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

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

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