#FFBDEE

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

Shades of Lavender Rose #FFBDEE

Tints of Lavender Rose #FFBDEE

Color information

#FFBDEE (or 0xFFBDEE) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and EE. RGB value is (255,189,238). Sum of RGB (Red+Green+Blue) = 255+189+238=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDEE is #004211. Grayscale: #D6D6D6. Windows color (decimal): -16914 or 15646207. OLE color: 15646207.

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

Color convert

RGB255189238-
CMYK00.260.070
HSL315.45º100%87.06%-
HSV(B)315.45º25.88%100%-
XYZ74.8763.8389.26-
YUV214.32141.37157.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=37.39%
G=27.71%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518923800.260.070315.4510087.06
HexFFBDEE01A7013b6457
Octal37727535603270473144127
Binary111111111011110111101110011010111010011101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDEE; }

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

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

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

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

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

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

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

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