#BCE6BD

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

Shades of Fringy Flower #BCE6BD

Tints of Fringy Flower #BCE6BD

Color information

#BCE6BD (or 0xBCE6BD) is unknown color: approx Fringy Flower. HEX triplet: BC, E6 and BD. RGB value is (188,230,189). Sum of RGB (Red+Green+Blue) = 188+230+189=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BD is #431942. Grayscale: #D4D4D4. Windows color (decimal): -4397379 or 12445372. OLE color: 12445372.

HSL color Cylindrical-coordinate representation of color #BCE6BD: hue angle of 121.43º 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 #BCE6BD is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB188230189-
CMYK0.1800.180.10
HSL121.43º45.65%81.96%-
HSV(B)121.43º18.26%90.2%-
XYZ58.2270.9658.77-
YUV212.77114.59110.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=30.97%
G=37.89%
B=31.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301890.1800.180.10121.4345.6581.96
HexBCE6BD12012A792e52
Octal274346275220221217156122
Binary10111100111001101011110110010010010101011110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6BD; }

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

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

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

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

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

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

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

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