Html Css Color HEX #BBA0CD Perfume

📋 copy color: '#BBA0CD'

red 187 ◦ green 160 ◦ blue 205

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

Shades of Perfume #BBA0CD

Tints of Perfume #BBA0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.99%

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 33.88%
G = 28.99%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA0CD (or 0xBBA0CD) is known color: Perfume. HEX triplet: BB, A0 and CD. RGB value is (187,160,205). Sum of RGB (Red+Green+Blue) = 187+160+205=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CD is #445F32. Grayscale: #ADADAD. Windows color (decimal): -4480819 or 13476027. OLE color: 13476027.

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

Color convert

RGB 187 160 205 -
CMYK 0.09 0.22 0 0.20
HSL 276º 0.31% 0.72% -
HSV(B) 276º 0.22% 0.8% -
XYZ 44.08 40.11 63.18 -
YUV 173.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 187 160 205 0.09 0.22 0 0.20 276 0.31 0.72
Hex BB A0 CD 9 16 0 14 114 1F 48
Octal 273 240 315 11 26 0 24 424 37 110
Binary 10111011 10100000 11001101 1001 10110 0 10100 100010100 11111 1001000

Color Harmonies of #BBA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0CD

Black with #BBA0CD

Text Example


Text Example

White with #BBA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0CD; }

 p { color: rgb(187,160,205); }

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

background-color css

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

 a { background-color: rgb(187,160,205); }

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

border-color css

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

 span { border-color: rgb(187,160,205); }

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