Html Css Color HEX #BDABAE Careys Pink

📋 copy color: '#BDABAE'

red 189 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #BDABAE

Tints of Careys Pink #BDABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.02%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 35.39%
G = 32.02%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDABAE (or 0xBDABAE) is known color: Careys Pink. HEX triplet: BD, AB and AE. RGB value is (189,171,174). Sum of RGB (Red+Green+Blue) = 189+171+174=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABAE is #425451. Grayscale: #B0B0B0. Windows color (decimal): -4346962 or 11447229. OLE color: 11447229.

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

Color convert

RGB 189 171 174 -
CMYK 0 0.10 0.08 0.26
HSL 350º 0.12% 0.71% -
HSV(B) 350º 0.1% 0.74% -
XYZ 43.19 43 46.07 -
YUV 176.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 189 171 174 0 0.10 0.08 0.26 350 0.12 0.71
Hex BD AB AE 0 A 8 1A 15E C 47
Octal 275 253 256 0 12 10 32 536 14 107
Binary 10111101 10101011 10101110 0 1010 1000 11010 101011110 1100 1000111

Color Harmonies of #BDABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABAE

Black with #BDABAE

Text Example


Text Example

White with #BDABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABAE; }

 p { color: rgb(189,171,174); }

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

background-color css

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

 a { background-color: rgb(189,171,174); }

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

border-color css

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

 span { border-color: rgb(189,171,174); }

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