Html Css Color HEX #BBA3CB Perfume

📋 copy color: '#BBA3CB'

red 187 ◦ green 163 ◦ blue 203

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

Shades of Perfume #BBA3CB

Tints of Perfume #BBA3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.48%

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

R = 33.82%
G = 29.48%
B = 36.71%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA3CB (or 0xBBA3CB) is known color: Perfume. HEX triplet: BB, A3 and CB. RGB value is (187,163,203). Sum of RGB (Red+Green+Blue) = 187+163+203=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CB is #445C34. Grayscale: #AEAEAE. Windows color (decimal): -4480053 or 13345723. OLE color: 13345723.

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

Color convert

RGB 187 163 203 -
CMYK 0.08 0.20 0 0.20
HSL 276º 0.28% 0.72% -
HSV(B) 276º 0.2% 0.8% -
XYZ 44.37 41.07 62.09 -
YUV 174.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 187 163 203 0.08 0.20 0 0.20 276 0.28 0.72
Hex BB A3 CB 8 14 0 14 114 1C 48
Octal 273 243 313 10 24 0 24 424 34 110
Binary 10111011 10100011 11001011 1000 10100 0 10100 100010100 11100 1001000

Color Harmonies of #BBA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3CB

Black with #BBA3CB

Text Example


Text Example

White with #BBA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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