#BCF6BD

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

Shades of Fringy Flower #BCF6BD

Tints of Fringy Flower #BCF6BD

Color information

#BCF6BD (or 0xBCF6BD) is unknown color: approx Fringy Flower. HEX triplet: BC, F6 and BD. RGB value is (188,246,189). Sum of RGB (Red+Green+Blue) = 188+246+189=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6BD is #430942. Grayscale: #DEDEDE. Windows color (decimal): -4393283 or 12449468. OLE color: 12449468.

HSL color Cylindrical-coordinate representation of color #BCF6BD: hue angle of 121.03º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6BD is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB188246189-
CMYK0.2400.230.04
HSL121.03º76.32%85.1%-
HSV(B)121.03º23.58%96.47%-
XYZ62.8880.2860.32-
YUV222.16109.28103.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 246 (96.48% from 255) = 39.49%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=30.18%
G=39.49%
B=30.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461890.2400.230.04121.0376.3285.1
HexBCF6BD180174794c55
Octal274366275300274171114125
Binary10111100111101101011110111000010111100111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6BD; }

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

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

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

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

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

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

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

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