#BDFFBD

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

Shades of Fringy Flower #BDFFBD

Tints of Fringy Flower #BDFFBD

Color information

#BDFFBD (or 0xBDFFBD) is unknown color: approx Fringy Flower. HEX triplet: BD, FF and BD. RGB value is (189,255,189). Sum of RGB (Red+Green+Blue) = 189+255+189=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFBD is #420042. Grayscale: #E3E3E3. Windows color (decimal): -4325443 or 12451773. OLE color: 12451773.

HSL color Cylindrical-coordinate representation of color #BDFFBD: hue angle of 120º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFBD is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB189255189-
CMYK0.2600.260
HSL120º100%87.06%-
HSV(B)120º25.88%100%-
XYZ65.9386.0161.27-
YUV227.74106.13100.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=29.86%
G=40.28%
B=29.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551890.2600.26012010087.06
HexBDFFBD1A01A0786457
Octal275377275320320170144127
Binary101111011111111110111101110100110100111100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFBD; }

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

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

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

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

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

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

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

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