#BCF0C0

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

Shades of Fringy Flower #BCF0C0

Tints of Fringy Flower #BCF0C0

Color information

#BCF0C0 (or 0xBCF0C0) is unknown color: approx Fringy Flower. HEX triplet: BC, F0 and C0. RGB value is (188,240,192). Sum of RGB (Red+Green+Blue) = 188+240+192=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0C0 is #430F3F. Grayscale: #DBDBDB. Windows color (decimal): -4394816 or 12644540. OLE color: 12644540.

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

Color convert

RGB188240192-
CMYK0.2200.200.06
HSL124.62º63.41%83.92%-
HSV(B)124.62º21.67%94.12%-
XYZ61.4176.8261.46-
YUV218.98112.77105.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=30.32%
G=38.71%
B=30.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882401920.2200.200.06124.6263.4183.92
HexBCF0C01601467d3f54
Octal27436030026024617577124
Binary1011110011110000110000001011001010011011111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0C0; }

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

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

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

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

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

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

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

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