Html Css Color HEX #BDAEAF Careys Pink

📋 copy color: '#BDAEAF'

red 189 ◦ green 174 ◦ blue 175

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

Shades of Careys Pink #BDAEAF

Tints of Careys Pink #BDAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 175 (68.75% from 255) = 32.53%

R = 35.13%
G = 32.34%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BDAEAF (or 0xBDAEAF) is known color: Careys Pink. HEX triplet: BD, AE and AF. RGB value is (189,174,175). Sum of RGB (Red+Green+Blue) = 189+174+175=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAF is #425150. Grayscale: #B2B2B2. Windows color (decimal): -4346193 or 11513533. OLE color: 11513533.

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

Color convert

RGB 189 174 175 -
CMYK 0 0.08 0.07 0.26
HSL 356º 0.1% 0.71% -
HSV(B) 356º 0.08% 0.74% -
XYZ 43.86 44.19 46.77 -
YUV 178.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 189 174 175 0 0.08 0.07 0.26 356 0.1 0.71
Hex BD AE AF 0 8 7 1A 164 A 47
Octal 275 256 257 0 10 7 32 544 12 107
Binary 10111101 10101110 10101111 0 1000 111 11010 101100100 1010 1000111

Color Harmonies of #BDAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEAF

Black with #BDAEAF

Text Example


Text Example

White with #BDAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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