Html Css Color HEX #B682CC East Side

📋 copy color: '#B682CC'

red 182 ◦ green 130 ◦ blue 204

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

Shades of East Side #B682CC

Tints of East Side #B682CC

RGB

 RED value IS 182 (71.48% from 255) = 35.27%

 GREEN value IS 130 (51.17% from 255) = 25.19%

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

R = 35.27%
G = 25.19%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B682CC (or 0xB682CC) is known color: East Side. HEX triplet: B6, 82 and CC. RGB value is (182,130,204). Sum of RGB (Red+Green+Blue) = 182+130+204=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B682CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682CC is #497D33. Grayscale: #999999. Windows color (decimal): -4816180 or 13402806. OLE color: 13402806.

HSL color Cylindrical-coordinate representation of color #B682CC: hue angle of 282.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B682CC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 130 204 -
CMYK 0.11 0.36 0 0.2
HSL 282.16º 0.42% 0.65% -
HSV(B) 282.16º 0.36% 0.8% -
XYZ 38.17 30.27 60.96 -
YUV 153.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 182 130 204 0.11 0.36 0 0.2 282.16 0.42 0.65
Hex B6 82 CC B 24 0 14 11A 2A 41
Octal 266 202 314 13 44 0 24 432 52 101
Binary 10110110 10000010 11001100 1011 100100 0 10100 100011010 101010 1000001

Color Harmonies of #B682CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682CC

Black with #B682CC

Text Example


Text Example

White with #B682CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682CC; }

 p { color: rgb(182,130,204); }

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

background-color css

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

 a { background-color: rgb(182,130,204); }

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

border-color css

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

 span { border-color: rgb(182,130,204); }

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