Html Css Color HEX #BB88CB East Side

📋 copy color: '#BB88CB'

red 187 ◦ green 136 ◦ blue 203

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

Shades of East Side #BB88CB

Tints of East Side #BB88CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 35.55%
G = 25.86%
B = 38.59%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB88CB (or 0xBB88CB) is known color: East Side. HEX triplet: BB, 88 and CB. RGB value is (187,136,203). Sum of RGB (Red+Green+Blue) = 187+136+203=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CB is #447734. Grayscale: #9E9E9E. Windows color (decimal): -4486965 or 13338811. OLE color: 13338811.

HSL color Cylindrical-coordinate representation of color #BB88CB: hue angle of 285.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB88CB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 136 203 -
CMYK 0.08 0.33 0 0.20
HSL 285.67º 0.39% 0.66% -
HSV(B) 285.67º 0.33% 0.8% -
XYZ 40.08 32.48 60.66 -
YUV 158.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 187 136 203 0.08 0.33 0 0.20 285.67 0.39 0.66
Hex BB 88 CB 8 21 0 14 11E 27 42
Octal 273 210 313 10 41 0 24 436 47 102
Binary 10111011 10001000 11001011 1000 100001 0 10100 100011110 100111 1000010

Color Harmonies of #BB88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88CB

Black with #BB88CB

Text Example


Text Example

White with #BB88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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