Html Css Color HEX #BB89CC East Side

📋 copy color: '#BB89CC'

red 187 ◦ green 137 ◦ blue 204

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

Shades of East Side #BB89CC

Tints of East Side #BB89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.95%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 35.42%
G = 25.95%
B = 38.64%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB89CC (or 0xBB89CC) is known color: East Side. HEX triplet: BB, 89 and CC. RGB value is (187,137,204). Sum of RGB (Red+Green+Blue) = 187+137+204=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89CC is #447633. Grayscale: #9F9F9F. Windows color (decimal): -4486708 or 13404603. OLE color: 13404603.

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

Color convert

RGB 187 137 204 -
CMYK 0.08 0.33 0 0.2
HSL 284.78º 0.4% 0.67% -
HSV(B) 284.78º 0.33% 0.8% -
XYZ 40.34 32.82 61.33 -
YUV 159.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 187 137 204 0.08 0.33 0 0.2 284.78 0.4 0.67
Hex BB 89 CC 8 21 0 14 11D 28 43
Octal 273 211 314 10 41 0 24 435 50 103
Binary 10111011 10001001 11001100 1000 100001 0 10100 100011101 101000 1000011

Color Harmonies of #BB89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89CC

Black with #BB89CC

Text Example


Text Example

White with #BB89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89CC; }

 p { color: rgb(187,137,204); }

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

background-color css

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

 a { background-color: rgb(187,137,204); }

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

border-color css

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

 span { border-color: rgb(187,137,204); }

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