Html Css Color HEX #B9ADB0 Careys Pink

📋 copy color: '#B9ADB0'

red 185 ◦ green 173 ◦ blue 176

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

Shades of Careys Pink #B9ADB0

Tints of Careys Pink #B9ADB0

RGB

 RED value IS 185 (72.66% from 255) = 34.64%

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

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

R = 34.64%
G = 32.4%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B9ADB0 (or 0xB9ADB0) is known color: Careys Pink. HEX triplet: B9, AD and B0. RGB value is (185,173,176). Sum of RGB (Red+Green+Blue) = 185+173+176=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADB0 is #46524F. Grayscale: #B0B0B0. Windows color (decimal): -4608592 or 11578809. OLE color: 11578809.

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

Color convert

RGB 185 173 176 -
CMYK 0 0.06 0.05 0.27
HSL 345º 0.08% 0.7% -
HSV(B) 345º 0.06% 0.73% -
XYZ 42.79 43.34 47.18 -
YUV 176.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 185 173 176 0 0.06 0.05 0.27 345 0.08 0.7
Hex B9 AD B0 0 6 5 1B 159 8 46
Octal 271 255 260 0 6 5 33 531 10 106
Binary 10111001 10101101 10110000 0 110 101 11011 101011001 1000 1000110

Color Harmonies of #B9ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADB0

Black with #B9ADB0

Text Example


Text Example

White with #B9ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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