Html Css Color HEX #BAADB0 Careys Pink

📋 copy color: '#BAADB0'

red 186 ◦ green 173 ◦ blue 176

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

Shades of Careys Pink #BAADB0

Tints of Careys Pink #BAADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 34.77%
G = 32.34%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAADB0 (or 0xBAADB0) is known color: Careys Pink. HEX triplet: BA, AD and B0. RGB value is (186,173,176). Sum of RGB (Red+Green+Blue) = 186+173+176=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADB0 is #45524F. Grayscale: #B1B1B1. Windows color (decimal): -4543056 or 11578810. OLE color: 11578810.

HSL color Cylindrical-coordinate representation of color #BAADB0: hue angle of 346.15º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAADB0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 173 176 -
CMYK 0 0.07 0.05 0.27
HSL 346.15º 0.09% 0.7% -
HSV(B) 346.15º 0.07% 0.73% -
XYZ 43.03 43.46 47.2 -
YUV 177.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 186 173 176 0 0.07 0.05 0.27 346.15 0.09 0.7
Hex BA AD B0 0 7 5 1B 15A 9 46
Octal 272 255 260 0 7 5 33 532 11 106
Binary 10111010 10101101 10110000 0 111 101 11011 101011010 1001 1000110

Color Harmonies of #BAADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB0

Black with #BAADB0

Text Example


Text Example

White with #BAADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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