#FFBDED

Color #FFBDED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FFBDED

Tints of Lavender Rose #FFBDED

Color information

#FFBDED (or 0xFFBDED) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and ED. RGB value is (255,189,237). Sum of RGB (Red+Green+Blue) = 255+189+237=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDED is #004212. Grayscale: #D6D6D6. Windows color (decimal): -16915 or 15580671. OLE color: 15580671.

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

Color convert

RGB255189237-
CMYK00.260.070
HSL316.36º100%87.06%-
HSV(B)316.36º25.88%100%-
XYZ74.7263.7788.49-
YUV214.21140.87157.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 27.75%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=37.44%
G=27.75%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518923700.260.070316.3610087.06
HexFFBDED01A7013c6457
Octal37727535503270474144127
Binary111111111011110111101101011010111010011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDED; }

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

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

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

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

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

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

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

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