Html Css Color HEX #BBA1CE Perfume

📋 copy color: '#BBA1CE'

red 187 ◦ green 161 ◦ blue 206

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

Shades of Perfume #BBA1CE

Tints of Perfume #BBA1CE

RGB

 RED value IS 187 (73.44% from 255) = 33.75%

 GREEN value IS 161 (63.28% from 255) = 29.06%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 33.75%
G = 29.06%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA1CE (or 0xBBA1CE) is known color: Perfume. HEX triplet: BB, A1 and CE. RGB value is (187,161,206). Sum of RGB (Red+Green+Blue) = 187+161+206=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CE is #445E31. Grayscale: #ADADAD. Windows color (decimal): -4480562 or 13541819. OLE color: 13541819.

HSL color Cylindrical-coordinate representation of color #BBA1CE: hue angle of 274.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA1CE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 161 206 -
CMYK 0.09 0.22 0 0.19
HSL 274.67º 0.31% 0.72% -
HSV(B) 274.67º 0.22% 0.81% -
XYZ 44.38 40.51 63.87 -
YUV 173.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 187 161 206 0.09 0.22 0 0.19 274.67 0.31 0.72
Hex BB A1 CE 9 16 0 13 113 1F 48
Octal 273 241 316 11 26 0 23 423 37 110
Binary 10111011 10100001 11001110 1001 10110 0 10011 100010011 11111 1001000

Color Harmonies of #BBA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1CE

Black with #BBA1CE

Text Example


Text Example

White with #BBA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1CE; }

 p { color: rgb(187,161,206); }

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

background-color css

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

 a { background-color: rgb(187,161,206); }

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

border-color css

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

 span { border-color: rgb(187,161,206); }

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