Html Css Color HEX #B693C8 East Side

📋 copy color: '#B693C8'

red 182 ◦ green 147 ◦ blue 200

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

Shades of East Side #B693C8

Tints of East Side #B693C8

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.79%

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 34.4%
G = 27.79%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B693C8 (or 0xB693C8) is known color: East Side. HEX triplet: B6, 93 and C8. RGB value is (182,147,200). Sum of RGB (Red+Green+Blue) = 182+147+200=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #B693C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693C8 is #496C37. Grayscale: #A3A3A3. Windows color (decimal): -4811832 or 13145014. OLE color: 13145014.

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

Color convert

RGB 182 147 200 -
CMYK 0.09 0.26 0 0.22
HSL 279.62º 0.33% 0.68% -
HSV(B) 279.62º 0.27% 0.78% -
XYZ 40.15 34.98 59.28 -
YUV 163.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 182 147 200 0.09 0.26 0 0.22 279.62 0.33 0.68
Hex B6 93 C8 9 1A 0 16 118 21 44
Octal 266 223 310 11 32 0 26 430 41 104
Binary 10110110 10010011 11001000 1001 11010 0 10110 100011000 100001 1000100

Color Harmonies of #B693C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693C8

Black with #B693C8

Text Example


Text Example

White with #B693C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693C8; }

 p { color: rgb(182,147,200); }

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

background-color css

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

 a { background-color: rgb(182,147,200); }

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

border-color css

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

 span { border-color: rgb(182,147,200); }

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