Html Css Color HEX #BD9A9C Careys Pink

📋 copy color: '#BD9A9C'

red 189 ◦ green 154 ◦ blue 156

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

Shades of Careys Pink #BD9A9C

Tints of Careys Pink #BD9A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 37.88%
G = 30.86%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD9A9C (or 0xBD9A9C) is known color: Careys Pink. HEX triplet: BD, 9A and 9C. RGB value is (189,154,156). Sum of RGB (Red+Green+Blue) = 189+154+156=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A9C is #426563. Grayscale: #A4A4A4. Windows color (decimal): -4351332 or 10263229. OLE color: 10263229.

HSL color Cylindrical-coordinate representation of color #BD9A9C: hue angle of 356.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9A9C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 156 -
CMYK 0 0.19 0.17 0.26
HSL 356.57º 0.21% 0.67% -
HSV(B) 356.57º 0.19% 0.74% -
XYZ 38.54 36.33 36.43 -
YUV 164.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 189 154 156 0 0.19 0.17 0.26 356.57 0.21 0.67
Hex BD 9A 9C 0 13 11 1A 165 15 43
Octal 275 232 234 0 23 21 32 545 25 103
Binary 10111101 10011010 10011100 0 10011 10001 11010 101100101 10101 1000011

Color Harmonies of #BD9A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A9C

Black with #BD9A9C

Text Example


Text Example

White with #BD9A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A9C; }

 p { color: rgb(189,154,156); }

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

background-color css

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

 a { background-color: rgb(189,154,156); }

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

border-color css

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

 span { border-color: rgb(189,154,156); }

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