#BDFBC0

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

Shades of Fringy Flower #BDFBC0

Tints of Fringy Flower #BDFBC0

Color information

#BDFBC0 (or 0xBDFBC0) is unknown color: approx Fringy Flower. HEX triplet: BD, FB and C0. RGB value is (189,251,192). Sum of RGB (Red+Green+Blue) = 189+251+192=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBC0 is #42043F. Grayscale: #E1E1E1. Windows color (decimal): -4326464 or 12647357. OLE color: 12647357.

HSL color Cylindrical-coordinate representation of color #BDFBC0: hue angle of 122.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB189251192-
CMYK0.2500.240.02
HSL122.9º88.57%86.27%-
HSV(B)122.9º24.7%98.43%-
XYZ6583.6262.58-
YUV225.74108.96101.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=29.91%
G=39.72%
B=30.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511920.2500.240.02122.988.5786.27
HexBDFBC01901827b5956
Octal275373300310302173131126
Binary1011110111111011110000001100101100010111101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBC0; }

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

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

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

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

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

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

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

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