Html Css Color HEX #FFBBEC Lavender Rose

📋 copy color: '#FFBBEC'

red 255 ◦ green 187 ◦ blue 236

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

Shades of Lavender Rose #FFBBEC

Tints of Lavender Rose #FFBBEC

RGB

 RED value IS 255 (100% from 255) = 37.61%

 GREEN value IS 187 (73.44% from 255) = 27.58%

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 37.61%
G = 27.58%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFBBEC (or 0xFFBBEC) is known color: Lavender Rose. HEX triplet: FF, BB and EC. RGB value is (255,187,236). Sum of RGB (Red+Green+Blue) = 255+187+236=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBEC is #004413. Grayscale: #D4D4D4. Windows color (decimal): -17428 or 15514623. OLE color: 15514623.

HSL color Cylindrical-coordinate representation of color #FFBBEC: hue angle of 316.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBEC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 236 -
CMYK 0 0.27 0.07 0
HSL 316.76º 1% 0.87% -
HSV(B) 316.76º 0.27% 1% -
XYZ 74.15 62.86 87.58 -
YUV 212.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 255 187 236 0 0.27 0.07 0 316.76 1 0.87
Hex FF BB EC 0 1B 7 0 13D 64 57
Octal 377 273 354 0 33 7 0 475 144 127
Binary 11111111 10111011 11101100 0 11011 111 0 100111101 1100100 1010111

Color Harmonies of #FFBBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBEC

Black with #FFBBEC

Text Example


Text Example

White with #FFBBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBEC; }

 p { color: rgb(255,187,236); }

 H1.HeaderClassName
 {
   color: #FFBBEC;
 }
 .AnyTagClassName
 {
   color: #FFBBEC;
 }
</style>

background-color css

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

 a { background-color: rgb(255,187,236); }

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

border-color css

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

 span { border-color: rgb(255,187,236); }

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