Html Css Color HEX #B699C6 East Side

📋 copy color: '#B699C6'

red 182 ◦ green 153 ◦ blue 198

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

Shades of East Side #B699C6

Tints of East Side #B699C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.71%

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 34.15%
G = 28.71%
B = 37.15%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B699C6 (or 0xB699C6) is known color: East Side. HEX triplet: B6, 99 and C6. RGB value is (182,153,198). Sum of RGB (Red+Green+Blue) = 182+153+198=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #B699C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699C6 is #496639. Grayscale: #A6A6A6. Windows color (decimal): -4810298 or 13015478. OLE color: 13015478.

HSL color Cylindrical-coordinate representation of color #B699C6: hue angle of 278.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B699C6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 153 198 -
CMYK 0.08 0.23 0 0.22
HSL 278.67º 0.28% 0.69% -
HSV(B) 278.67º 0.23% 0.78% -
XYZ 40.88 36.8 58.38 -
YUV 166.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 182 153 198 0.08 0.23 0 0.22 278.67 0.28 0.69
Hex B6 99 C6 8 17 0 16 117 1C 45
Octal 266 231 306 10 27 0 26 427 34 105
Binary 10110110 10011001 11000110 1000 10111 0 10110 100010111 11100 1000101

Color Harmonies of #B699C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699C6

Black with #B699C6

Text Example


Text Example

White with #B699C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699C6; }

 p { color: rgb(182,153,198); }

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

background-color css

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

 a { background-color: rgb(182,153,198); }

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

border-color css

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

 span { border-color: rgb(182,153,198); }

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