#BCEABC

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

Shades of Fringy Flower #BCEABC

Tints of Fringy Flower #BCEABC

Color information

#BCEABC (or 0xBCEABC) is unknown color: approx Fringy Flower. HEX triplet: BC, EA and BC. RGB value is (188,234,188). Sum of RGB (Red+Green+Blue) = 188+234+188=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEABC is #431543. Grayscale: #D7D7D7. Windows color (decimal): -4396356 or 12380860. OLE color: 12380860.

HSL color Cylindrical-coordinate representation of color #BCEABC: hue angle of 120º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEABC is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB188234188-
CMYK0.2000.200.08
HSL120º52.27%82.75%-
HSV(B)120º19.66%91.76%-
XYZ59.2473.1758.58-
YUV215112.76108.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=30.82%
G=38.36%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341880.2000.200.0812052.2782.75
HexBCEABC140148783453
Octal274352274240241017064123
Binary10111100111010101011110010100010100100011110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEABC; }

 p { color: rgb(188,234,188); }

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

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

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

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

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

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

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