Html Css Color HEX #BBA0CA Wisteria

📋 copy color: '#BBA0CA'

red 187 ◦ green 160 ◦ blue 202

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

Shades of Wisteria #BBA0CA

Tints of Wisteria #BBA0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.14%

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

R = 34.06%
G = 29.14%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA0CA (or 0xBBA0CA) is known color: Wisteria. HEX triplet: BB, A0 and CA. RGB value is (187,160,202). Sum of RGB (Red+Green+Blue) = 187+160+202=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CA is #445F35. Grayscale: #ACACAC. Windows color (decimal): -4480822 or 13279419. OLE color: 13279419.

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

Color convert

RGB 187 160 202 -
CMYK 0.07 0.21 0 0.21
HSL 278.57º 0.28% 0.71% -
HSV(B) 278.57º 0.21% 0.79% -
XYZ 43.72 39.97 61.29 -
YUV 172.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 187 160 202 0.07 0.21 0 0.21 278.57 0.28 0.71
Hex BB A0 CA 7 15 0 15 117 1C 47
Octal 273 240 312 7 25 0 25 427 34 107
Binary 10111011 10100000 11001010 111 10101 0 10101 100010111 11100 1000111

Color Harmonies of #BBA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0CA

Black with #BBA0CA

Text Example


Text Example

White with #BBA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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