#BCEDC0

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

Shades of Fringy Flower #BCEDC0

Tints of Fringy Flower #BCEDC0

Color information

#BCEDC0 (or 0xBCEDC0) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and C0. RGB value is (188,237,192). Sum of RGB (Red+Green+Blue) = 188+237+192=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC0 is #43123F. Grayscale: #D9D9D9. Windows color (decimal): -4395584 or 12643772. OLE color: 12643772.

HSL color Cylindrical-coordinate representation of color #BCEDC0: hue angle of 124.9º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDC0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB188237192-
CMYK0.2100.190.07
HSL124.9º57.65%83.33%-
HSV(B)124.9º20.68%92.94%-
XYZ60.5475.0761.17-
YUV217.22113.77107.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=30.47%
G=38.41%
B=31.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371920.2100.190.07124.957.6583.33
HexBCEDC01501377d3a53
Octal27435530025023717572123
Binary1011110011101101110000001010101001111111111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC0; }

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

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

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

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

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

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

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

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