Html Css Color HEX #BBA5C9 Perfume

📋 copy color: '#BBA5C9'

red 187 ◦ green 165 ◦ blue 201

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

Shades of Perfume #BBA5C9

Tints of Perfume #BBA5C9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.84%

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 33.82%
G = 29.84%
B = 36.35%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA5C9 (or 0xBBA5C9) is known color: Perfume. HEX triplet: BB, A5 and C9. RGB value is (187,165,201). Sum of RGB (Red+Green+Blue) = 187+165+201=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5C9 is #445A36. Grayscale: #AFAFAF. Windows color (decimal): -4479543 or 13215163. OLE color: 13215163.

HSL color Cylindrical-coordinate representation of color #BBA5C9: hue angle of 276.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA5C9 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 165 201 -
CMYK 0.07 0.18 0 0.21
HSL 276.67º 0.25% 0.72% -
HSV(B) 276.67º 0.18% 0.79% -
XYZ 44.49 41.69 60.96 -
YUV 175.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 187 165 201 0.07 0.18 0 0.21 276.67 0.25 0.72
Hex BB A5 C9 7 12 0 15 115 19 48
Octal 273 245 311 7 22 0 25 425 31 110
Binary 10111011 10100101 11001001 111 10010 0 10101 100010101 11001 1001000

Color Harmonies of #BBA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5C9

Black with #BBA5C9

Text Example


Text Example

White with #BBA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5C9; }

 p { color: rgb(187,165,201); }

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

background-color css

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

 a { background-color: rgb(187,165,201); }

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

border-color css

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

 span { border-color: rgb(187,165,201); }

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