Html Css Color HEX #BD979C Careys Pink

📋 copy color: '#BD979C'

red 189 ◦ green 151 ◦ blue 156

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

Shades of Careys Pink #BD979C

Tints of Careys Pink #BD979C

RGB

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

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

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

R = 38.1%
G = 30.44%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD979C (or 0xBD979C) is known color: Careys Pink. HEX triplet: BD, 97 and 9C. RGB value is (189,151,156). Sum of RGB (Red+Green+Blue) = 189+151+156=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD979C is #426863. Grayscale: #A2A2A2. Windows color (decimal): -4352100 or 10262461. OLE color: 10262461.

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

Color convert

RGB 189 151 156 -
CMYK 0 0.20 0.17 0.26
HSL 352.11º 0.22% 0.67% -
HSV(B) 352.11º 0.2% 0.74% -
XYZ 38.05 35.35 36.27 -
YUV 162.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 189 151 156 0 0.20 0.17 0.26 352.11 0.22 0.67
Hex BD 97 9C 0 14 11 1A 160 16 43
Octal 275 227 234 0 24 21 32 540 26 103
Binary 10111101 10010111 10011100 0 10100 10001 11010 101100000 10110 1000011

Color Harmonies of #BD979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD979C

Black with #BD979C

Text Example


Text Example

White with #BD979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD979C; }

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

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

background-color css

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

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

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

border-color css

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

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

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