Html Css Color HEX #BC88CB East Side

📋 copy color: '#BC88CB'

red 188 ◦ green 136 ◦ blue 203

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

Shades of East Side #BC88CB

Tints of East Side #BC88CB

RGB

 RED value IS 188 (73.83% from 255) = 35.67%

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

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

R = 35.67%
G = 25.81%
B = 38.52%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC88CB (or 0xBC88CB) is known color: East Side. HEX triplet: BC, 88 and CB. RGB value is (188,136,203). Sum of RGB (Red+Green+Blue) = 188+136+203=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CB is #437734. Grayscale: #9E9E9E. Windows color (decimal): -4421429 or 13338812. OLE color: 13338812.

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

Color convert

RGB 188 136 203 -
CMYK 0.07 0.33 0 0.20
HSL 286.57º 0.39% 0.66% -
HSV(B) 286.57º 0.33% 0.8% -
XYZ 40.32 32.61 60.67 -
YUV 159.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 188 136 203 0.07 0.33 0 0.20 286.57 0.39 0.66
Hex BC 88 CB 7 21 0 14 11F 27 42
Octal 274 210 313 7 41 0 24 437 47 102
Binary 10111100 10001000 11001011 111 100001 0 10100 100011111 100111 1000010

Color Harmonies of #BC88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88CB

Black with #BC88CB

Text Example


Text Example

White with #BC88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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