Html Css Color HEX #BBA4CA Perfume

📋 copy color: '#BBA4CA'

red 187 ◦ green 164 ◦ blue 202

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

Shades of Perfume #BBA4CA

Tints of Perfume #BBA4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.66%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 33.82%
G = 29.66%
B = 36.53%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA4CA (or 0xBBA4CA) is known color: Perfume. HEX triplet: BB, A4 and CA. RGB value is (187,164,202). Sum of RGB (Red+Green+Blue) = 187+164+202=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CA is #445B35. Grayscale: #AFAFAF. Windows color (decimal): -4479798 or 13280443. OLE color: 13280443.

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

Color convert

RGB 187 164 202 -
CMYK 0.07 0.19 0 0.21
HSL 276.32º 0.26% 0.72% -
HSV(B) 276.32º 0.19% 0.79% -
XYZ 44.43 41.38 61.52 -
YUV 175.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 187 164 202 0.07 0.19 0 0.21 276.32 0.26 0.72
Hex BB A4 CA 7 13 0 15 114 1A 48
Octal 273 244 312 7 23 0 25 424 32 110
Binary 10111011 10100100 11001010 111 10011 0 10101 100010100 11010 1001000

Color Harmonies of #BBA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4CA

Black with #BBA4CA

Text Example


Text Example

White with #BBA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4CA; }

 p { color: rgb(187,164,202); }

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

background-color css

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

 a { background-color: rgb(187,164,202); }

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

border-color css

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

 span { border-color: rgb(187,164,202); }

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