Html Css Color HEX #B299C6 East Side

📋 copy color: '#B299C6'

red 178 ◦ green 153 ◦ blue 198

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

Shades of East Side #B299C6

Tints of East Side #B299C6

RGB

 RED value IS 178 (69.92% from 255) = 33.65%

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

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

R = 33.65%
G = 28.92%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B299C6 (or 0xB299C6) is known color: East Side. HEX triplet: B2, 99 and C6. RGB value is (178,153,198). Sum of RGB (Red+Green+Blue) = 178+153+198=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #B299C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299C6 is #4D6639. Grayscale: #A5A5A5. Windows color (decimal): -5072442 or 13015474. OLE color: 13015474.

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

Color convert

RGB 178 153 198 -
CMYK 0.10 0.23 0 0.22
HSL 273.33º 0.28% 0.69% -
HSV(B) 273.33º 0.23% 0.78% -
XYZ 39.94 36.32 58.33 -
YUV 165.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 178 153 198 0.10 0.23 0 0.22 273.33 0.28 0.69
Hex B2 99 C6 A 17 0 16 111 1C 45
Octal 262 231 306 12 27 0 26 421 34 105
Binary 10110010 10011001 11000110 1010 10111 0 10110 100010001 11100 1000101

Color Harmonies of #B299C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299C6

Black with #B299C6

Text Example


Text Example

White with #B299C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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