Html Css Color HEX #BBA8CC Perfume

📋 copy color: '#BBA8CC'

red 187 ◦ green 168 ◦ blue 204

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

Shades of Perfume #BBA8CC

Tints of Perfume #BBA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 33.45%
G = 30.05%
B = 36.49%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBA8CC (or 0xBBA8CC) is known color: Perfume. HEX triplet: BB, A8 and CC. RGB value is (187,168,204). Sum of RGB (Red+Green+Blue) = 187+168+204=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8CC is #445733. Grayscale: #B1B1B1. Windows color (decimal): -4478772 or 13412539. OLE color: 13412539.

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

Color convert

RGB 187 168 204 -
CMYK 0.08 0.18 0 0.2
HSL 271.67º 0.26% 0.73% -
HSV(B) 271.67º 0.18% 0.8% -
XYZ 45.4 42.93 63.02 -
YUV 177.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 187 168 204 0.08 0.18 0 0.2 271.67 0.26 0.73
Hex BB A8 CC 8 12 0 14 110 1A 49
Octal 273 250 314 10 22 0 24 420 32 111
Binary 10111011 10101000 11001100 1000 10010 0 10100 100010000 11010 1001001

Color Harmonies of #BBA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8CC

Black with #BBA8CC

Text Example


Text Example

White with #BBA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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