Html Css Color HEX #BDAAAE Careys Pink

📋 copy color: '#BDAAAE'

red 189 ◦ green 170 ◦ blue 174

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

Shades of Careys Pink #BDAAAE

Tints of Careys Pink #BDAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 35.46%
G = 31.89%
B = 32.65%

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

#BDAAAE (or 0xBDAAAE) is known color: Careys Pink. HEX triplet: BD, AA and AE. RGB value is (189,170,174). Sum of RGB (Red+Green+Blue) = 189+170+174=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAAE is #425551. Grayscale: #B0B0B0. Windows color (decimal): -4347218 or 11446973. OLE color: 11446973.

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

Color convert

RGB 189 170 174 -
CMYK 0 0.10 0.08 0.26
HSL 347.37º 0.13% 0.7% -
HSV(B) 347.37º 0.1% 0.74% -
XYZ 43 42.62 46.01 -
YUV 176.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 189 170 174 0 0.10 0.08 0.26 347.37 0.13 0.7
Hex BD AA AE 0 A 8 1A 15B D 46
Octal 275 252 256 0 12 10 32 533 15 106
Binary 10111101 10101010 10101110 0 1010 1000 11010 101011011 1101 1000110

Color Harmonies of #BDAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAAE

Black with #BDAAAE

Text Example


Text Example

White with #BDAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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