#BCEDBD

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

Shades of Fringy Flower #BCEDBD

Tints of Fringy Flower #BCEDBD

Color information

#BCEDBD (or 0xBCEDBD) is unknown color: approx Fringy Flower. HEX triplet: BC, ED and BD. RGB value is (188,237,189). Sum of RGB (Red+Green+Blue) = 188+237+189=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDBD is #431242. Grayscale: #D9D9D9. Windows color (decimal): -4395587 or 12447164. OLE color: 12447164.

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

Color convert

RGB188237189-
CMYK0.2100.200.07
HSL121.22º57.65%83.33%-
HSV(B)121.22º20.68%92.94%-
XYZ60.2174.9359.43-
YUV216.88112.27107.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=30.62%
G=38.60%
B=30.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371890.2100.200.07121.2257.6583.33
HexBCEDBD150147793a53
Octal27435527525024717172123
Binary1011110011101101101111011010101010011111110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDBD; }

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

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

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

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

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

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

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

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