Html Css Color HEX #BBA3CE Perfume

📋 copy color: '#BBA3CE'

red 187 ◦ green 163 ◦ blue 206

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

Shades of Perfume #BBA3CE

Tints of Perfume #BBA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.32%

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

R = 33.63%
G = 29.32%
B = 37.05%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA3CE (or 0xBBA3CE) is known color: Perfume. HEX triplet: BB, A3 and CE. RGB value is (187,163,206). Sum of RGB (Red+Green+Blue) = 187+163+206=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CE is #445C31. Grayscale: #AEAEAE. Windows color (decimal): -4480050 or 13542331. OLE color: 13542331.

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

Color convert

RGB 187 163 206 -
CMYK 0.09 0.21 0 0.19
HSL 273.49º 0.3% 0.72% -
HSV(B) 273.49º 0.21% 0.81% -
XYZ 44.73 41.22 63.99 -
YUV 175.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 187 163 206 0.09 0.21 0 0.19 273.49 0.3 0.72
Hex BB A3 CE 9 15 0 13 111 1E 48
Octal 273 243 316 11 25 0 23 421 36 110
Binary 10111011 10100011 11001110 1001 10101 0 10011 100010001 11110 1001000

Color Harmonies of #BBA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3CE

Black with #BBA3CE

Text Example


Text Example

White with #BBA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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