Html Css Color HEX #BB90CC East Side

📋 copy color: '#BB90CC'

red 187 ◦ green 144 ◦ blue 204

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

Shades of East Side #BB90CC

Tints of East Side #BB90CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.92%

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

R = 34.95%
G = 26.92%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB90CC (or 0xBB90CC) is known color: East Side. HEX triplet: BB, 90 and CC. RGB value is (187,144,204). Sum of RGB (Red+Green+Blue) = 187+144+204=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90CC is #446F33. Grayscale: #A3A3A3. Windows color (decimal): -4484916 or 13406395. OLE color: 13406395.

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

Color convert

RGB 187 144 204 -
CMYK 0.08 0.29 0 0.2
HSL 283º 0.37% 0.68% -
HSV(B) 283º 0.29% 0.8% -
XYZ 41.37 34.87 61.68 -
YUV 163.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 187 144 204 0.08 0.29 0 0.2 283 0.37 0.68
Hex BB 90 CC 8 1D 0 14 11B 25 44
Octal 273 220 314 10 35 0 24 433 45 104
Binary 10111011 10010000 11001100 1000 11101 0 10100 100011011 100101 1000100

Color Harmonies of #BB90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90CC

Black with #BB90CC

Text Example


Text Example

White with #BB90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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