#BCE0C1

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

Shades of Fringy Flower #BCE0C1

Tints of Fringy Flower #BCE0C1

Color information

#BCE0C1 (or 0xBCE0C1) is unknown color: approx Fringy Flower. HEX triplet: BC, E0 and C1. RGB value is (188,224,193). Sum of RGB (Red+Green+Blue) = 188+224+193=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C1 is #431F3E. Grayscale: #D1D1D1. Windows color (decimal): -4398911 or 12705980. OLE color: 12705980.

HSL color Cylindrical-coordinate representation of color #BCE0C1: hue angle of 128.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB188224193-
CMYK0.1600.140.12
HSL128.33º36.73%80.78%-
HSV(B)128.33º16.07%87.84%-
XYZ57.0267.8560.54-
YUV209.7118.57112.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=31.07%
G=37.02%
B=31.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241930.1600.140.12128.3336.7380.78
HexBCE0C1100EC802551
Octal274340301200161420045121
Binary10111100111000001100000110000011101100100000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0C1; }

 p { color: rgb(188,224,193); }

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

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

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

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

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

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

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