Html Css Color HEX #B995CC East Side

📋 copy color: '#B995CC'

red 185 ◦ green 149 ◦ blue 204

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

Shades of East Side #B995CC

Tints of East Side #B995CC

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

 GREEN value IS 149 (58.59% from 255) = 27.7%

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

R = 34.39%
G = 27.7%
B = 37.92%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B995CC (or 0xB995CC) is known color: East Side. HEX triplet: B9, 95 and CC. RGB value is (185,149,204). Sum of RGB (Red+Green+Blue) = 185+149+204=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B995CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CC is #466A33. Grayscale: #A5A5A5. Windows color (decimal): -4614708 or 13407673. OLE color: 13407673.

HSL color Cylindrical-coordinate representation of color #B995CC: hue angle of 279.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B995CC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 149 204 -
CMYK 0.09 0.27 0 0.2
HSL 279.27º 0.35% 0.69% -
HSV(B) 279.27º 0.27% 0.8% -
XYZ 41.65 36.17 61.91 -
YUV 166.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 185 149 204 0.09 0.27 0 0.2 279.27 0.35 0.69
Hex B9 95 CC 9 1B 0 14 117 23 45
Octal 271 225 314 11 33 0 24 427 43 105
Binary 10111001 10010101 11001100 1001 11011 0 10100 100010111 100011 1000101

Color Harmonies of #B995CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995CC

Black with #B995CC

Text Example


Text Example

White with #B995CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995CC; }

 p { color: rgb(185,149,204); }

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

background-color css

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

 a { background-color: rgb(185,149,204); }

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

border-color css

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

 span { border-color: rgb(185,149,204); }

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