#BCF2BD

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

Shades of Fringy Flower #BCF2BD

Tints of Fringy Flower #BCF2BD

Color information

#BCF2BD (or 0xBCF2BD) is unknown color: approx Fringy Flower. HEX triplet: BC, F2 and BD. RGB value is (188,242,189). Sum of RGB (Red+Green+Blue) = 188+242+189=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2BD is #430D42. Grayscale: #DBDBDB. Windows color (decimal): -4394307 or 12448444. OLE color: 12448444.

HSL color Cylindrical-coordinate representation of color #BCF2BD: hue angle of 121.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2BD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB188242189-
CMYK0.2200.220.05
HSL121.11º67.5%84.31%-
HSV(B)121.11º22.31%94.9%-
XYZ61.6877.8759.92-
YUV219.81110.61105.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=30.37%
G=39.10%
B=30.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421890.2200.220.05121.1167.584.31
HexBCF2BD160165794454
Octal274362275260265171104124
Binary10111100111100101011110110110010110101111100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2BD; }

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

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

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

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

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

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

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

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