Html Css Color HEX #BBA3CD Perfume

📋 copy color: '#BBA3CD'

red 187 ◦ green 163 ◦ blue 205

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

Shades of Perfume #BBA3CD

Tints of Perfume #BBA3CD

RGB

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

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

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

R = 33.69%
G = 29.37%
B = 36.94%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA3CD (or 0xBBA3CD) is known color: Perfume. HEX triplet: BB, A3 and CD. RGB value is (187,163,205). Sum of RGB (Red+Green+Blue) = 187+163+205=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CD is #445C32. Grayscale: #AEAEAE. Windows color (decimal): -4480051 or 13476795. OLE color: 13476795.

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

Color convert

RGB 187 163 205 -
CMYK 0.09 0.20 0 0.20
HSL 274.29º 0.3% 0.72% -
HSV(B) 274.29º 0.2% 0.8% -
XYZ 44.61 41.17 63.35 -
YUV 174.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 187 163 205 0.09 0.20 0 0.20 274.29 0.3 0.72
Hex BB A3 CD 9 14 0 14 112 1E 48
Octal 273 243 315 11 24 0 24 422 36 110
Binary 10111011 10100011 11001101 1001 10100 0 10100 100010010 11110 1001000

Color Harmonies of #BBA3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3CD

Black with #BBA3CD

Text Example


Text Example

White with #BBA3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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