#BDFBBD

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

Shades of Fringy Flower #BDFBBD

Tints of Fringy Flower #BDFBBD

Color information

#BDFBBD (or 0xBDFBBD) is unknown color: approx Fringy Flower. HEX triplet: BD, FB and BD. RGB value is (189,251,189). Sum of RGB (Red+Green+Blue) = 189+251+189=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBD is #420442. Grayscale: #E1E1E1. Windows color (decimal): -4326467 or 12450749. OLE color: 12450749.

HSL color Cylindrical-coordinate representation of color #BDFBBD: hue angle of 120º 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 #BDFBBD is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB189251189-
CMYK0.2500.250.02
HSL120º88.57%86.27%-
HSV(B)120º24.7%98.43%-
XYZ64.6783.4960.85-
YUV225.39107.46102.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=30.05%
G=39.90%
B=30.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511890.2500.250.0212088.5786.27
HexBDFBBD190192785956
Octal275373275310312170131126
Binary1011110111111011101111011100101100110111100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBBD; }

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

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

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

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

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

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

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

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