#BCEDC3

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

Shades of Fringy Flower #BCEDC3

Tints of Fringy Flower #BCEDC3

Color information

#BCEDC3 (or 0xBCEDC3) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and C3. RGB value is (188,237,195). Sum of RGB (Red+Green+Blue) = 188+237+195=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC3 is #43123C. Grayscale: #D9D9D9. Windows color (decimal): -4395581 or 12840380. OLE color: 12840380.

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

Color convert

RGB188237195-
CMYK0.2100.180.07
HSL128.57º57.65%83.33%-
HSV(B)128.57º20.68%92.94%-
XYZ60.8775.262.94-
YUV217.56115.27106.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=30.32%
G=38.23%
B=31.45%

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
Decimal1882371950.2100.180.07128.5757.6583.33
HexBCEDC3150127813a53
Octal27435530325022720172123
Binary10111100111011011100001110101010010111100000011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDC3; }

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

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

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

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

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

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

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

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