Html Css Color HEX #BBA8CB Perfume

📋 copy color: '#BBA8CB'

red 187 ◦ green 168 ◦ blue 203

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

Shades of Perfume #BBA8CB

Tints of Perfume #BBA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.11%

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 33.51%
G = 30.11%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA8CB (or 0xBBA8CB) is known color: Perfume. HEX triplet: BB, A8 and CB. RGB value is (187,168,203). Sum of RGB (Red+Green+Blue) = 187+168+203=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8CB is #445734. Grayscale: #B1B1B1. Windows color (decimal): -4478773 or 13347003. OLE color: 13347003.

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

Color convert

RGB 187 168 203 -
CMYK 0.08 0.17 0 0.20
HSL 272.57º 0.25% 0.73% -
HSV(B) 272.57º 0.17% 0.8% -
XYZ 45.28 42.88 62.39 -
YUV 177.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 187 168 203 0.08 0.17 0 0.20 272.57 0.25 0.73
Hex BB A8 CB 8 11 0 14 111 19 49
Octal 273 250 313 10 21 0 24 421 31 111
Binary 10111011 10101000 11001011 1000 10001 0 10100 100010001 11001 1001001

Color Harmonies of #BBA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8CB

Black with #BBA8CB

Text Example


Text Example

White with #BBA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8CB; }

 p { color: rgb(187,168,203); }

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

background-color css

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

 a { background-color: rgb(187,168,203); }

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

border-color css

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

 span { border-color: rgb(187,168,203); }

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