Html Css Color HEX #BB88CA East Side

📋 copy color: '#BB88CA'

red 187 ◦ green 136 ◦ blue 202

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

Shades of East Side #BB88CA

Tints of East Side #BB88CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.9%

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

R = 35.62%
G = 25.9%
B = 38.48%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB88CA (or 0xBB88CA) is known color: East Side. HEX triplet: BB, 88 and CA. RGB value is (187,136,202). Sum of RGB (Red+Green+Blue) = 187+136+202=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CA is #447735. Grayscale: #9E9E9E. Windows color (decimal): -4486966 or 13273275. OLE color: 13273275.

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

Color convert

RGB 187 136 202 -
CMYK 0.07 0.33 0 0.21
HSL 286.36º 0.38% 0.66% -
HSV(B) 286.36º 0.33% 0.79% -
XYZ 39.96 32.44 60.03 -
YUV 158.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 187 136 202 0.07 0.33 0 0.21 286.36 0.38 0.66
Hex BB 88 CA 7 21 0 15 11E 26 42
Octal 273 210 312 7 41 0 25 436 46 102
Binary 10111011 10001000 11001010 111 100001 0 10101 100011110 100110 1000010

Color Harmonies of #BB88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88CA

Black with #BB88CA

Text Example


Text Example

White with #BB88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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