Html Css Color HEX #BB99CA Wisteria

📋 copy color: '#BB99CA'

red 187 ◦ green 153 ◦ blue 202

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

Shades of Wisteria #BB99CA

Tints of Wisteria #BB99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.23%

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

R = 34.5%
G = 28.23%
B = 37.27%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB99CA (or 0xBB99CA) is known color: Wisteria. HEX triplet: BB, 99 and CA. RGB value is (187,153,202). Sum of RGB (Red+Green+Blue) = 187+153+202=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CA is #446635. Grayscale: #A8A8A8. Windows color (decimal): -4482614 or 13277627. OLE color: 13277627.

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

Color convert

RGB 187 153 202 -
CMYK 0.07 0.24 0 0.21
HSL 281.63º 0.32% 0.7% -
HSV(B) 281.63º 0.24% 0.79% -
XYZ 42.55 37.61 60.89 -
YUV 168.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 187 153 202 0.07 0.24 0 0.21 281.63 0.32 0.7
Hex BB 99 CA 7 18 0 15 11A 20 46
Octal 273 231 312 7 30 0 25 432 40 106
Binary 10111011 10011001 11001010 111 11000 0 10101 100011010 100000 1000110

Color Harmonies of #BB99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99CA

Black with #BB99CA

Text Example


Text Example

White with #BB99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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