Html Css Color HEX #B688D0 East Side

📋 copy color: '#B688D0'

red 182 ◦ green 136 ◦ blue 208

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

Shades of East Side #B688D0

Tints of East Side #B688D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 34.6%
G = 25.86%
B = 39.54%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B688D0 (or 0xB688D0) is known color: East Side. HEX triplet: B6, 88 and D0. RGB value is (182,136,208). Sum of RGB (Red+Green+Blue) = 182+136+208=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #B688D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688D0 is #49772F. Grayscale: #9D9D9D. Windows color (decimal): -4814640 or 13666486. OLE color: 13666486.

HSL color Cylindrical-coordinate representation of color #B688D0: hue angle of 278.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B688D0 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 136 208 -
CMYK 0.12 0.35 0 0.18
HSL 278.33º 0.43% 0.67% -
HSV(B) 278.33º 0.35% 0.82% -
XYZ 39.48 32.11 63.79 -
YUV 157.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 182 136 208 0.12 0.35 0 0.18 278.33 0.43 0.67
Hex B6 88 D0 C 23 0 12 116 2B 43
Octal 266 210 320 14 43 0 22 426 53 103
Binary 10110110 10001000 11010000 1100 100011 0 10010 100010110 101011 1000011

Color Harmonies of #B688D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688D0

Black with #B688D0

Text Example


Text Example

White with #B688D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688D0; }

 p { color: rgb(182,136,208); }

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

background-color css

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

 a { background-color: rgb(182,136,208); }

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

border-color css

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

 span { border-color: rgb(182,136,208); }

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