#FFBCEE

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

Shades of Lavender Rose #FFBCEE

Tints of Lavender Rose #FFBCEE

Color information

#FFBCEE (or 0xFFBCEE) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and EE. RGB value is (255,188,238). Sum of RGB (Red+Green+Blue) = 255+188+238=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCEE is #004311. Grayscale: #D5D5D5. Windows color (decimal): -17170 or 15645951. OLE color: 15645951.

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

Color convert

RGB255188238-
CMYK00.260.070
HSL315.22º100%86.86%-
HSV(B)315.22º26.27%100%-
XYZ74.6663.489.19-
YUV213.73141.7157.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 27.61%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=37.44%
G=27.61%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518823800.260.070315.2210086.86
HexFFBCEE01A7013b6457
Octal37727435603270473144127
Binary111111111011110011101110011010111010011101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCEE; }

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

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

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

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

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

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

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

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