#BCF3C0

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

Shades of Fringy Flower #BCF3C0

Tints of Fringy Flower #BCF3C0

Color information

#BCF3C0 (or 0xBCF3C0) is unknown color: approx Fringy Flower. HEX triplet: BC, F3 and C0. RGB value is (188,243,192). Sum of RGB (Red+Green+Blue) = 188+243+192=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3C0 is #430C3F. Grayscale: #DCDCDC. Windows color (decimal): -4394048 or 12645308. OLE color: 12645308.

HSL color Cylindrical-coordinate representation of color #BCF3C0: hue angle of 124.36º 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 #BCF3C0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB188243192-
CMYK0.2300.210.05
HSL124.36º69.62%84.51%-
HSV(B)124.36º22.63%95.29%-
XYZ62.378.661.76-
YUV220.74111.78104.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=30.18%
G=39.00%
B=30.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431920.2300.210.05124.3669.6284.51
HexBCF3C01701557c4655
Octal274363300270255174106125
Binary10111100111100111100000010111010101101111110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3C0; }

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

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

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

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

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

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

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

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