#BCF0BC

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

Shades of Fringy Flower #BCF0BC

Tints of Fringy Flower #BCF0BC

Color information

#BCF0BC (or 0xBCF0BC) is unknown color: approx Fringy Flower. HEX triplet: BC, F0 and BC. RGB value is (188,240,188). Sum of RGB (Red+Green+Blue) = 188+240+188=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0BC is #430F43. Grayscale: #DADADA. Windows color (decimal): -4394820 or 12382396. OLE color: 12382396.

HSL color Cylindrical-coordinate representation of color #BCF0BC: hue angle of 120º 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 #BCF0BC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB188240188-
CMYK0.2200.220.06
HSL120º63.41%83.92%-
HSV(B)120º21.67%94.12%-
XYZ60.9876.6459.16-
YUV218.52110.77106.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=30.52%
G=38.96%
B=30.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401880.2200.220.0612063.4183.92
HexBCF0BC160166783f54
Octal27436027426026617077124
Binary1011110011110000101111001011001011011011110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0BC; }

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

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

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

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

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

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

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

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