Html Css Color HEX #BD979A Careys Pink

📋 copy color: '#BD979A'

red 189 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #BD979A

Tints of Careys Pink #BD979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.57%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 38.26%
G = 30.57%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD979A (or 0xBD979A) is known color: Careys Pink. HEX triplet: BD, 97 and 9A. RGB value is (189,151,154). Sum of RGB (Red+Green+Blue) = 189+151+154=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD979A is #426865. Grayscale: #A2A2A2. Windows color (decimal): -4352102 or 10131389. OLE color: 10131389.

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

Color convert

RGB 189 151 154 -
CMYK 0 0.20 0.19 0.26
HSL 355.26º 0.22% 0.67% -
HSV(B) 355.26º 0.2% 0.74% -
XYZ 37.89 35.29 35.39 -
YUV 162.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 189 151 154 0 0.20 0.19 0.26 355.26 0.22 0.67
Hex BD 97 9A 0 14 13 1A 163 16 43
Octal 275 227 232 0 24 23 32 543 26 103
Binary 10111101 10010111 10011010 0 10100 10011 11010 101100011 10110 1000011

Color Harmonies of #BD979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD979A

Black with #BD979A

Text Example


Text Example

White with #BD979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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