#BCEDC2

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

Shades of Fringy Flower #BCEDC2

Tints of Fringy Flower #BCEDC2

Color information

#BCEDC2 (or 0xBCEDC2) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and C2. RGB value is (188,237,194). Sum of RGB (Red+Green+Blue) = 188+237+194=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC2 is #43123D. Grayscale: #D9D9D9. Windows color (decimal): -4395582 or 12774844. OLE color: 12774844.

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

Color convert

RGB188237194-
CMYK0.2100.180.07
HSL127.35º57.65%83.33%-
HSV(B)127.35º20.68%92.94%-
XYZ60.7675.1562.34-
YUV217.45114.77107-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=30.37%
G=38.29%
B=31.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371940.2100.180.07127.3557.6583.33
HexBCEDC21501277f3a53
Octal27435530225022717772123
Binary1011110011101101110000101010101001011111111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC2; }

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

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

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

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

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

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

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

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