#BDEFBF

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

Shades of Fringy Flower #BDEFBF

Tints of Fringy Flower #BDEFBF

Color information

#BDEFBF (or 0xBDEFBF) is unknown color: approx Fringy Flower. HEX triplet: BD, EF and BF. RGB value is (189,239,191). Sum of RGB (Red+Green+Blue) = 189+239+191=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFBF is #421040. Grayscale: #DADADA. Windows color (decimal): -4329537 or 12578749. OLE color: 12578749.

HSL color Cylindrical-coordinate representation of color #BDEFBF: hue angle of 122.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB189239191-
CMYK0.2100.200.06
HSL122.4º60.98%83.92%-
HSV(B)122.4º20.92%93.73%-
XYZ61.2676.3160.79-
YUV218.58112.44106.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 191 (75% from 255) = 30.86%
R=30.53%
G=38.61%
B=30.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892391910.2100.200.06122.460.9883.92
HexBDEFBF1501467a3d54
Octal27535727725024617275124
Binary1011110111101111101111111010101010011011110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFBF; }

 p { color: rgb(189,239,191); }

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

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

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

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

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

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

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