#BDE1BD

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

Shades of Fringy Flower #BDE1BD

Tints of Fringy Flower #BDE1BD

Color information

#BDE1BD (or 0xBDE1BD) is unknown color: approx Fringy Flower. HEX triplet: BD, E1 and BD. RGB value is (189,225,189). Sum of RGB (Red+Green+Blue) = 189+225+189=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BD is #421E42. Grayscale: #D2D2D2. Windows color (decimal): -4333123 or 12444093. OLE color: 12444093.

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

Color convert

RGB189225189-
CMYK0.1600.160.12
HSL120º37.5%81.18%-
HSV(B)120º16%88.24%-
XYZ57.168.3458.33-
YUV210.13116.07112.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=31.34%
G=37.31%
B=31.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251890.1600.160.1212037.581.18
HexBDE1BD10010C782651
Octal275341275200201417046121
Binary10111101111000011011110110000010000110011110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1BD; }

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

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

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

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

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

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

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

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