Html Css Color HEX #B688CF East Side

📋 copy color: '#B688CF'

red 182 ◦ green 136 ◦ blue 207

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

Shades of East Side #B688CF

Tints of East Side #B688CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 34.67%
G = 25.9%
B = 39.43%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B688CF (or 0xB688CF) is known color: East Side. HEX triplet: B6, 88 and CF. RGB value is (182,136,207). Sum of RGB (Red+Green+Blue) = 182+136+207=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #B688CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688CF is #497730. Grayscale: #9D9D9D. Windows color (decimal): -4814641 or 13600950. OLE color: 13600950.

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

Color convert

RGB 182 136 207 -
CMYK 0.12 0.34 0 0.19
HSL 278.87º 0.43% 0.67% -
HSV(B) 278.87º 0.34% 0.81% -
XYZ 39.36 32.06 63.14 -
YUV 157.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 182 136 207 0.12 0.34 0 0.19 278.87 0.43 0.67
Hex B6 88 CF C 22 0 13 117 2B 43
Octal 266 210 317 14 42 0 23 427 53 103
Binary 10110110 10001000 11001111 1100 100010 0 10011 100010111 101011 1000011

Color Harmonies of #B688CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688CF

Black with #B688CF

Text Example


Text Example

White with #B688CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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