Html Css Color HEX #BD979B Careys Pink

📋 copy color: '#BD979B'

red 189 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #BD979B

Tints of Careys Pink #BD979B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.31%

R = 38.18%
G = 30.51%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD979B (or 0xBD979B) is known color: Careys Pink. HEX triplet: BD, 97 and 9B. RGB value is (189,151,155). Sum of RGB (Red+Green+Blue) = 189+151+155=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD979B is #426864. Grayscale: #A2A2A2. Windows color (decimal): -4352101 or 10196925. OLE color: 10196925.

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

Color convert

RGB 189 151 155 -
CMYK 0 0.20 0.18 0.26
HSL 353.68º 0.22% 0.67% -
HSV(B) 353.68º 0.2% 0.74% -
XYZ 37.97 35.32 35.83 -
YUV 162.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 189 151 155 0 0.20 0.18 0.26 353.68 0.22 0.67
Hex BD 97 9B 0 14 12 1A 162 16 43
Octal 275 227 233 0 24 22 32 542 26 103
Binary 10111101 10010111 10011011 0 10100 10010 11010 101100010 10110 1000011

Color Harmonies of #BD979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD979B

Black with #BD979B

Text Example


Text Example

White with #BD979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD979B; }

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

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

background-color css

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

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

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

border-color css

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

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

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