Html Css Color HEX #BC90CA East Side

📋 copy color: '#BC90CA'

red 188 ◦ green 144 ◦ blue 202

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

Shades of East Side #BC90CA

Tints of East Side #BC90CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 35.21%
G = 26.97%
B = 37.83%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC90CA (or 0xBC90CA) is known color: East Side. HEX triplet: BC, 90 and CA. RGB value is (188,144,202). Sum of RGB (Red+Green+Blue) = 188+144+202=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CA is #436F35. Grayscale: #A3A3A3. Windows color (decimal): -4419382 or 13275324. OLE color: 13275324.

HSL color Cylindrical-coordinate representation of color #BC90CA: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC90CA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 144 202 -
CMYK 0.07 0.29 0 0.21
HSL 285.52º 0.35% 0.68% -
HSV(B) 285.52º 0.29% 0.79% -
XYZ 41.37 34.9 60.43 -
YUV 163.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 188 144 202 0.07 0.29 0 0.21 285.52 0.35 0.68
Hex BC 90 CA 7 1D 0 15 11E 23 44
Octal 274 220 312 7 35 0 25 436 43 104
Binary 10111100 10010000 11001010 111 11101 0 10101 100011110 100011 1000100

Color Harmonies of #BC90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90CA

Black with #BC90CA

Text Example


Text Example

White with #BC90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90CA; }

 p { color: rgb(188,144,202); }

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

background-color css

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

 a { background-color: rgb(188,144,202); }

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

border-color css

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

 span { border-color: rgb(188,144,202); }

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