Html Css Color HEX #B698C3 East Side

📋 copy color: '#B698C3'

red 182 ◦ green 152 ◦ blue 195

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

Shades of East Side #B698C3

Tints of East Side #B698C3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

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

R = 34.4%
G = 28.73%
B = 36.86%

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

#B698C3 (or 0xB698C3) is known color: East Side. HEX triplet: B6, 98 and C3. RGB value is (182,152,195). Sum of RGB (Red+Green+Blue) = 182+152+195=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #B698C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698C3 is #49673C. Grayscale: #A5A5A5. Windows color (decimal): -4810557 or 12818614. OLE color: 12818614.

HSL color Cylindrical-coordinate representation of color #B698C3: hue angle of 281.86º 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 #B698C3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 152 195 -
CMYK 0.07 0.22 0 0.24
HSL 281.86º 0.26% 0.68% -
HSV(B) 281.86º 0.22% 0.76% -
XYZ 40.37 36.34 56.52 -
YUV 165.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 182 152 195 0.07 0.22 0 0.24 281.86 0.26 0.68
Hex B6 98 C3 7 16 0 18 11A 1A 44
Octal 266 230 303 7 26 0 30 432 32 104
Binary 10110110 10011000 11000011 111 10110 0 11000 100011010 11010 1000100

Color Harmonies of #B698C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698C3

Black with #B698C3

Text Example


Text Example

White with #B698C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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