#BCEBC3

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

Shades of Fringy Flower #BCEBC3

Tints of Fringy Flower #BCEBC3

Color information

#BCEBC3 (or 0xBCEBC3) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and C3. RGB value is (188,235,195). Sum of RGB (Red+Green+Blue) = 188+235+195=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC3 is #43143C. Grayscale: #D8D8D8. Windows color (decimal): -4396093 or 12839868. OLE color: 12839868.

HSL color Cylindrical-coordinate representation of color #BCEBC3: hue angle of 128.94º degrees, saturation: 0.54, 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 #BCEBC3 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB188235195-
CMYK0.200.170.08
HSL128.94º54.02%82.94%-
HSV(B)128.94º20%92.16%-
XYZ60.374.0562.74-
YUV216.39115.93107.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=30.42%
G=38.03%
B=31.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351950.200.170.08128.9454.0282.94
HexBCEBC3140118813653
Octal274353303240211020166123
Binary101111001110101111000011101000100011000100000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBC3; }

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

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

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

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

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

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

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

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