#BCF1BD

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

Shades of Fringy Flower #BCF1BD

Tints of Fringy Flower #BCF1BD

Color information

#BCF1BD (or 0xBCF1BD) is unknown color: approx Fringy Flower. HEX triplet: BC, F1 and BD. RGB value is (188,241,189). Sum of RGB (Red+Green+Blue) = 188+241+189=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1BD is #430E42. Grayscale: #DBDBDB. Windows color (decimal): -4394563 or 12448188. OLE color: 12448188.

HSL color Cylindrical-coordinate representation of color #BCF1BD: hue angle of 121.13º degrees, saturation: 0.65, 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 #BCF1BD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB188241189-
CMYK0.2200.220.05
HSL121.13º65.43%84.12%-
HSV(B)121.13º21.99%94.51%-
XYZ61.3877.2859.82-
YUV219.22110.94105.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=30.42%
G=39.00%
B=30.58%

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
Decimal1882411890.2200.220.05121.1365.4384.12
HexBCF1BD160165794154
Octal274361275260265171101124
Binary10111100111100011011110110110010110101111100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1BD; }

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

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

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

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

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

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

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

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