#BDF1C0

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

Shades of Fringy Flower #BDF1C0

Tints of Fringy Flower #BDF1C0

Color information

#BDF1C0 (or 0xBDF1C0) is unknown color: approx Fringy Flower. HEX triplet: BD, F1 and C0. RGB value is (189,241,192). Sum of RGB (Red+Green+Blue) = 189+241+192=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C0 is #420E3F. Grayscale: #DCDCDC. Windows color (decimal): -4329024 or 12644797. OLE color: 12644797.

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

Color convert

RGB189241192-
CMYK0.2200.200.05
HSL123.46º65%84.31%-
HSV(B)123.46º21.58%94.51%-
XYZ61.9677.5461.57-
YUV219.87112.27105.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=30.39%
G=38.75%
B=30.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411920.2200.200.05123.466584.31
HexBDF1C01601457b4154
Octal275361300260245173101124
Binary10111101111100011100000010110010100101111101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1C0; }

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

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

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

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

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

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

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

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