Html Css Color HEX #BDADB1 Careys Pink

📋 copy color: '#BDADB1'

red 189 ◦ green 173 ◦ blue 177

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

Shades of Careys Pink #BDADB1

Tints of Careys Pink #BDADB1

RGB

 RED value IS 189 (74.22% from 255) = 35.06%

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

 BLUE value IS 177 (69.53% from 255) = 32.84%

R = 35.06%
G = 32.1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDADB1 (or 0xBDADB1) is known color: Careys Pink. HEX triplet: BD, AD and B1. RGB value is (189,173,177). Sum of RGB (Red+Green+Blue) = 189+173+177=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADB1 is #42524E. Grayscale: #B2B2B2. Windows color (decimal): -4346447 or 11644349. OLE color: 11644349.

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

Color convert

RGB 189 173 177 -
CMYK 0 0.08 0.06 0.26
HSL 345º 0.11% 0.71% -
HSV(B) 345º 0.08% 0.74% -
XYZ 43.87 43.88 47.75 -
YUV 178.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 189 173 177 0 0.08 0.06 0.26 345 0.11 0.71
Hex BD AD B1 0 8 6 1A 159 B 47
Octal 275 255 261 0 10 6 32 531 13 107
Binary 10111101 10101101 10110001 0 1000 110 11010 101011001 1011 1000111

Color Harmonies of #BDADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADB1

Black with #BDADB1

Text Example


Text Example

White with #BDADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADB1; }

 p { color: rgb(189,173,177); }

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

background-color css

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

 a { background-color: rgb(189,173,177); }

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

border-color css

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

 span { border-color: rgb(189,173,177); }

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