Html Css Color HEX #BDADAE Careys Pink

📋 copy color: '#BDADAE'

red 189 ◦ green 173 ◦ blue 174

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

Shades of Careys Pink #BDADAE

Tints of Careys Pink #BDADAE

RGB

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

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

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

R = 35.26%
G = 32.28%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDADAE (or 0xBDADAE) is known color: Careys Pink. HEX triplet: BD, AD and AE. RGB value is (189,173,174). Sum of RGB (Red+Green+Blue) = 189+173+174=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAE is #425251. Grayscale: #B1B1B1. Windows color (decimal): -4346450 or 11447741. OLE color: 11447741.

HSL color Cylindrical-coordinate representation of color #BDADAE: hue angle of 356.25º 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 #BDADAE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 173 174 -
CMYK 0 0.08 0.08 0.26
HSL 356.25º 0.11% 0.71% -
HSV(B) 356.25º 0.08% 0.74% -
XYZ 43.57 43.76 46.19 -
YUV 177.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 189 173 174 0 0.08 0.08 0.26 356.25 0.11 0.71
Hex BD AD AE 0 8 8 1A 164 B 47
Octal 275 255 256 0 10 10 32 544 13 107
Binary 10111101 10101101 10101110 0 1000 1000 11010 101100100 1011 1000111

Color Harmonies of #BDADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADAE

Black with #BDADAE

Text Example


Text Example

White with #BDADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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