Html Css Color HEX #FFBCEE Lavender Rose

📋 copy color: '#FFBCEE'

red 255 ◦ green 188 ◦ blue 238

#FFBCEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FFBCEE

Tints of Lavender Rose #FFBCEE

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 value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFBCEE (or 0xFFBCEE) is known color: 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

RGB 255 188 238 -
CMYK 0 0.26 0.07 0
HSL 315.22º 1% 0.87% -
HSV(B) 315.22º 0.26% 1% -
XYZ 74.66 63.4 89.19 -
YUV 213.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 255 188 238 0 0.26 0.07 0 315.22 1 0.87
Hex FF BC EE 0 1A 7 0 13B 64 57
Octal 377 274 356 0 32 7 0 473 144 127
Binary 11111111 10111100 11101110 0 11010 111 0 100111011 1100100 1010111

Color Harmonies of #FFBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCEE

Black with #FFBCEE

Text Example


Text Example

White with #FFBCEE

Text Example


Text Example

HTML Codes & Css Web 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>