Html Css Color HEX #BBA2DC Perfume

📋 copy color: '#BBA2DC'

red 187 ◦ green 162 ◦ blue 220

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

Shades of Perfume #BBA2DC

Tints of Perfume #BBA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.47%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 32.86%
G = 28.47%
B = 38.66%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA2DC (or 0xBBA2DC) is known color: Perfume. HEX triplet: BB, A2 and DC. RGB value is (187,162,220). Sum of RGB (Red+Green+Blue) = 187+162+220=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2DC is #445D23. Grayscale: #AFAFAF. Windows color (decimal): -4480292 or 14459579. OLE color: 14459579.

HSL color Cylindrical-coordinate representation of color #BBA2DC: hue angle of 265.86º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA2DC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 162 220 -
CMYK 0.15 0.26 0 0.14
HSL 265.86º 0.45% 0.75% -
HSV(B) 265.86º 0.26% 0.86% -
XYZ 46.33 41.57 73.29 -
YUV 176.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 187 162 220 0.15 0.26 0 0.14 265.86 0.45 0.75
Hex BB A2 DC F 1A 0 E 10A 2D 4B
Octal 273 242 334 17 32 0 16 412 55 113
Binary 10111011 10100010 11011100 1111 11010 0 1110 100001010 101101 1001011

Color Harmonies of #BBA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2DC

Black with #BBA2DC

Text Example


Text Example

White with #BBA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2DC; }

 p { color: rgb(187,162,220); }

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

background-color css

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

 a { background-color: rgb(187,162,220); }

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

border-color css

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

 span { border-color: rgb(187,162,220); }

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