Html Css Color HEX #BB88C1 East Side

📋 copy color: '#BB88C1'

red 187 ◦ green 136 ◦ blue 193

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

Shades of East Side #BB88C1

Tints of East Side #BB88C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 36.24%
G = 26.36%
B = 37.4%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB88C1 (or 0xBB88C1) is known color: East Side. HEX triplet: BB, 88 and C1. RGB value is (187,136,193). Sum of RGB (Red+Green+Blue) = 187+136+193=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88C1 is #44773E. Grayscale: #9D9D9D. Windows color (decimal): -4486975 or 12683451. OLE color: 12683451.

HSL color Cylindrical-coordinate representation of color #BB88C1: hue angle of 293.68º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB88C1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 136 193 -
CMYK 0.03 0.30 0 0.24
HSL 293.68º 0.31% 0.65% -
HSV(B) 293.68º 0.3% 0.76% -
XYZ 38.92 32.02 54.58 -
YUV 157.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 187 136 193 0.03 0.30 0 0.24 293.68 0.31 0.65
Hex BB 88 C1 3 1E 0 18 126 1F 41
Octal 273 210 301 3 36 0 30 446 37 101
Binary 10111011 10001000 11000001 11 11110 0 11000 100100110 11111 1000001

Color Harmonies of #BB88C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88C1

Black with #BB88C1

Text Example


Text Example

White with #BB88C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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