Html Css Color HEX #BBA6CD Perfume

📋 copy color: '#BBA6CD'

red 187 ◦ green 166 ◦ blue 205

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

Shades of Perfume #BBA6CD

Tints of Perfume #BBA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

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

R = 33.51%
G = 29.75%
B = 36.74%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA6CD (or 0xBBA6CD) is known color: Perfume. HEX triplet: BB, A6 and CD. RGB value is (187,166,205). Sum of RGB (Red+Green+Blue) = 187+166+205=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6CD is #445932. Grayscale: #B0B0B0. Windows color (decimal): -4479283 or 13477563. OLE color: 13477563.

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

Color convert

RGB 187 166 205 -
CMYK 0.09 0.19 0 0.20
HSL 272.31º 0.28% 0.73% -
HSV(B) 272.31º 0.19% 0.8% -
XYZ 45.15 42.25 63.53 -
YUV 176.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 187 166 205 0.09 0.19 0 0.20 272.31 0.28 0.73
Hex BB A6 CD 9 13 0 14 110 1C 49
Octal 273 246 315 11 23 0 24 420 34 111
Binary 10111011 10100110 11001101 1001 10011 0 10100 100010000 11100 1001001

Color Harmonies of #BBA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6CD

Black with #BBA6CD

Text Example


Text Example

White with #BBA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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