Html Css Color HEX #BAADC0 Chatelle

📋 copy color: '#BAADC0'

red 186 ◦ green 173 ◦ blue 192

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

Shades of Chatelle #BAADC0

Tints of Chatelle #BAADC0

RGB

 RED value IS 186 (73.05% from 255) = 33.76%

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 33.76%
G = 31.4%
B = 34.85%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAADC0 (or 0xBAADC0) is known color: Chatelle. HEX triplet: BA, AD and C0. RGB value is (186,173,192). Sum of RGB (Red+Green+Blue) = 186+173+192=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC0 is #45523F. Grayscale: #B2B2B2. Windows color (decimal): -4543040 or 12627386. OLE color: 12627386.

HSL color Cylindrical-coordinate representation of color #BAADC0: hue angle of 281.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAADC0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 173 192 -
CMYK 0.03 0.10 0 0.25
HSL 281.05º 0.13% 0.72% -
HSV(B) 281.05º 0.1% 0.75% -
XYZ 44.71 44.13 56.03 -
YUV 179.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 186 173 192 0.03 0.10 0 0.25 281.05 0.13 0.72
Hex BA AD C0 3 A 0 19 119 D 48
Octal 272 255 300 3 12 0 31 431 15 110
Binary 10111010 10101101 11000000 11 1010 0 11001 100011001 1101 1001000

Color Harmonies of #BAADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADC0

Black with #BAADC0

Text Example


Text Example

White with #BAADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADC0; }

 p { color: rgb(186,173,192); }

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

background-color css

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

 a { background-color: rgb(186,173,192); }

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

border-color css

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

 span { border-color: rgb(186,173,192); }

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