#BCE5BA

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

Shades of Fringy Flower #BCE5BA

Tints of Fringy Flower #BCE5BA

Color information

#BCE5BA (or 0xBCE5BA) is unknown color: approx Fringy Flower. HEX triplet: BC, E5 and BA. RGB value is (188,229,186). Sum of RGB (Red+Green+Blue) = 188+229+186=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5BA is #431A45. Grayscale: #D3D3D3. Windows color (decimal): -4397638 or 12248508. OLE color: 12248508.

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

Color convert

RGB188229186-
CMYK0.1800.190.10
HSL117.21º45.26%81.37%-
HSV(B)117.21º18.78%89.8%-
XYZ57.6270.2856.98-
YUV211.84113.42111-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=31.18%
G=37.98%
B=30.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291860.1800.190.10117.2145.2681.37
HexBCE5BA12013A752d51
Octal274345272220231216555121
Binary10111100111001011011101010010010011101011101011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5BA; }

 p { color: rgb(188,229,186); }

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

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

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

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

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

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

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