Html Css Color HEX #B4A8BE Chatelle

📋 copy color: '#B4A8BE'

red 180 ◦ green 168 ◦ blue 190

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

Shades of Chatelle #B4A8BE

Tints of Chatelle #B4A8BE

RGB

 RED value IS 180 (70.7% from 255) = 33.46%

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 33.46%
G = 31.23%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B4A8BE (or 0xB4A8BE) is known color: Chatelle. HEX triplet: B4, A8 and BE. RGB value is (180,168,190). Sum of RGB (Red+Green+Blue) = 180+168+190=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8BE is #4B5741. Grayscale: #AEAEAE. Windows color (decimal): -4937538 or 12495028. OLE color: 12495028.

HSL color Cylindrical-coordinate representation of color #B4A8BE: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A8BE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 168 190 -
CMYK 0.05 0.12 0 0.25
HSL 272.73º 0.14% 0.7% -
HSV(B) 272.73º 0.12% 0.75% -
XYZ 42.12 41.43 54.49 -
YUV 174.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 180 168 190 0.05 0.12 0 0.25 272.73 0.14 0.7
Hex B4 A8 BE 5 C 0 19 111 E 46
Octal 264 250 276 5 14 0 31 421 16 106
Binary 10110100 10101000 10111110 101 1100 0 11001 100010001 1110 1000110

Color Harmonies of #B4A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8BE

Black with #B4A8BE

Text Example


Text Example

White with #B4A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8BE; }

 p { color: rgb(180,168,190); }

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

background-color css

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

 a { background-color: rgb(180,168,190); }

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

border-color css

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

 span { border-color: rgb(180,168,190); }

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