Html Css Color HEX #BB97CA Wisteria

📋 copy color: '#BB97CA'

red 187 ◦ green 151 ◦ blue 202

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

Shades of Wisteria #BB97CA

Tints of Wisteria #BB97CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.96%

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

R = 34.63%
G = 27.96%
B = 37.41%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB97CA (or 0xBB97CA) is known color: Wisteria. HEX triplet: BB, 97 and CA. RGB value is (187,151,202). Sum of RGB (Red+Green+Blue) = 187+151+202=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97CA is #446835. Grayscale: #A7A7A7. Windows color (decimal): -4483126 or 13277115. OLE color: 13277115.

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

Color convert

RGB 187 151 202 -
CMYK 0.07 0.25 0 0.21
HSL 282.35º 0.32% 0.69% -
HSV(B) 282.35º 0.25% 0.79% -
XYZ 42.22 36.96 60.79 -
YUV 167.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 187 151 202 0.07 0.25 0 0.21 282.35 0.32 0.69
Hex BB 97 CA 7 19 0 15 11A 20 45
Octal 273 227 312 7 31 0 25 432 40 105
Binary 10111011 10010111 11001010 111 11001 0 10101 100011010 100000 1000101

Color Harmonies of #BB97CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97CA

Black with #BB97CA

Text Example


Text Example

White with #BB97CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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