Html Css Color HEX #BD89CC East Side

📋 copy color: '#BD89CC'

red 189 ◦ green 137 ◦ blue 204

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

Shades of East Side #BD89CC

Tints of East Side #BD89CC

RGB

 RED value IS 189 (74.22% from 255) = 35.66%

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

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

R = 35.66%
G = 25.85%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD89CC (or 0xBD89CC) is known color: East Side. HEX triplet: BD, 89 and CC. RGB value is (189,137,204). Sum of RGB (Red+Green+Blue) = 189+137+204=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89CC is #427633. Grayscale: #9F9F9F. Windows color (decimal): -4355636 or 13404605. OLE color: 13404605.

HSL color Cylindrical-coordinate representation of color #BD89CC: hue angle of 286.57º 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 #BD89CC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 137 204 -
CMYK 0.07 0.33 0 0.2
HSL 286.57º 0.4% 0.67% -
HSV(B) 286.57º 0.33% 0.8% -
XYZ 40.83 33.07 61.36 -
YUV 160.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 189 137 204 0.07 0.33 0 0.2 286.57 0.4 0.67
Hex BD 89 CC 7 21 0 14 11F 28 43
Octal 275 211 314 7 41 0 24 437 50 103
Binary 10111101 10001001 11001100 111 100001 0 10100 100011111 101000 1000011

Color Harmonies of #BD89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89CC

Black with #BD89CC

Text Example


Text Example

White with #BD89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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