#BCE6C3

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

Shades of Fringy Flower #BCE6C3

Tints of Fringy Flower #BCE6C3

Color information

#BCE6C3 (or 0xBCE6C3) is unknown color: approx Fringy Flower. HEX triplet: BC, E6 and C3. RGB value is (188,230,195). Sum of RGB (Red+Green+Blue) = 188+230+195=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6C3 is #43193C. Grayscale: #D5D5D5. Windows color (decimal): -4397373 or 12838588. OLE color: 12838588.

HSL color Cylindrical-coordinate representation of color #BCE6C3: hue angle of 130º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6C3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB188230195-
CMYK0.1800.150.10
HSL130º45.65%81.96%-
HSV(B)130º18.26%90.2%-
XYZ58.8971.2362.27-
YUV213.45117.59109.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 230 (90.23% from 255) = 37.52%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=30.67%
G=37.52%
B=31.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301950.1800.150.1013045.6581.96
HexBCE6C3120FA822e52
Octal274346303220171220256122
Binary10111100111001101100001110010011111010100000101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6C3; }

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

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

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

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

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

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

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

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