Html Css Color HEX #B397B9 Chatelle

📋 copy color: '#B397B9'

red 179 ◦ green 151 ◦ blue 185

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

Shades of Chatelle #B397B9

Tints of Chatelle #B397B9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 34.76%
G = 29.32%
B = 35.92%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B397B9 (or 0xB397B9) is known color: Chatelle. HEX triplet: B3, 97 and B9. RGB value is (179,151,185). Sum of RGB (Red+Green+Blue) = 179+151+185=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #B397B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397B9 is #4C6846. Grayscale: #A3A3A3. Windows color (decimal): -5007431 or 12162995. OLE color: 12162995.

HSL color Cylindrical-coordinate representation of color #B397B9: hue angle of 289.41º degrees, saturation: 0.2, 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 #B397B9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 151 185 -
CMYK 0.03 0.18 0 0.27
HSL 289.41º 0.2% 0.66% -
HSV(B) 289.41º 0.18% 0.73% -
XYZ 38.41 35.22 50.67 -
YUV 163.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 179 151 185 0.03 0.18 0 0.27 289.41 0.2 0.66
Hex B3 97 B9 3 12 0 1B 121 14 42
Octal 263 227 271 3 22 0 33 441 24 102
Binary 10110011 10010111 10111001 11 10010 0 11011 100100001 10100 1000010

Color Harmonies of #B397B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397B9

Black with #B397B9

Text Example


Text Example

White with #B397B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397B9; }

 p { color: rgb(179,151,185); }

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

background-color css

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

 a { background-color: rgb(179,151,185); }

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

border-color css

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

 span { border-color: rgb(179,151,185); }

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