Html Css Color HEX #B699C3 East Side

📋 copy color: '#B699C3'

red 182 ◦ green 153 ◦ blue 195

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

Shades of East Side #B699C3

Tints of East Side #B699C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 34.34%
G = 28.87%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B699C3 (or 0xB699C3) is known color: East Side. HEX triplet: B6, 99 and C3. RGB value is (182,153,195). Sum of RGB (Red+Green+Blue) = 182+153+195=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #B699C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699C3 is #49663C. Grayscale: #A6A6A6. Windows color (decimal): -4810301 or 12818870. OLE color: 12818870.

HSL color Cylindrical-coordinate representation of color #B699C3: hue angle of 281.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B699C3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 153 195 -
CMYK 0.07 0.22 0 0.24
HSL 281.43º 0.26% 0.68% -
HSV(B) 281.43º 0.22% 0.76% -
XYZ 40.53 36.67 56.57 -
YUV 166.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 182 153 195 0.07 0.22 0 0.24 281.43 0.26 0.68
Hex B6 99 C3 7 16 0 18 119 1A 44
Octal 266 231 303 7 26 0 30 431 32 104
Binary 10110110 10011001 11000011 111 10110 0 11000 100011001 11010 1000100

Color Harmonies of #B699C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699C3

Black with #B699C3

Text Example


Text Example

White with #B699C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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