Html Css Color HEX #B399BA Chatelle

📋 copy color: '#B399BA'

red 179 ◦ green 153 ◦ blue 186

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

Shades of Chatelle #B399BA

Tints of Chatelle #B399BA

RGB

 RED value IS 179 (70.31% from 255) = 34.56%

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 34.56%
G = 29.54%
B = 35.91%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B399BA (or 0xB399BA) is known color: Chatelle. HEX triplet: B3, 99 and BA. RGB value is (179,153,186). Sum of RGB (Red+Green+Blue) = 179+153+186=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B399BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BA is #4C6645. Grayscale: #A4A4A4. Windows color (decimal): -5006918 or 12229043. OLE color: 12229043.

HSL color Cylindrical-coordinate representation of color #B399BA: hue angle of 287.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B399BA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 153 186 -
CMYK 0.04 0.18 0 0.27
HSL 287.27º 0.19% 0.66% -
HSV(B) 287.27º 0.18% 0.73% -
XYZ 38.84 35.91 51.34 -
YUV 164.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 179 153 186 0.04 0.18 0 0.27 287.27 0.19 0.66
Hex B3 99 BA 4 12 0 1B 11F 13 42
Octal 263 231 272 4 22 0 33 437 23 102
Binary 10110011 10011001 10111010 100 10010 0 11011 100011111 10011 1000010

Color Harmonies of #B399BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399BA

Black with #B399BA

Text Example


Text Example

White with #B399BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399BA; }

 p { color: rgb(179,153,186); }

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

background-color css

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

 a { background-color: rgb(179,153,186); }

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

border-color css

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

 span { border-color: rgb(179,153,186); }

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