#BCE7BD

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

Shades of Fringy Flower #BCE7BD

Tints of Fringy Flower #BCE7BD

Color information

#BCE7BD (or 0xBCE7BD) is unknown color: approx Fringy Flower. HEX triplet: BC, E7 and BD. RGB value is (188,231,189). Sum of RGB (Red+Green+Blue) = 188+231+189=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7BD is #431842. Grayscale: #D5D5D5. Windows color (decimal): -4397123 or 12445628. OLE color: 12445628.

HSL color Cylindrical-coordinate representation of color #BCE7BD: hue angle of 121.4º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB188231189-
CMYK0.1900.180.09
HSL121.4º47.25%82.16%-
HSV(B)121.4º18.61%90.59%-
XYZ58.571.5258.87-
YUV213.35114.25109.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=30.92%
G=37.99%
B=31.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311890.1900.180.09121.447.2582.16
HexBCE7BD130129792f52
Octal274347275230221117157122
Binary10111100111001111011110110011010010100111110011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7BD; }

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

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

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

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

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

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

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

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