Html Css Color HEX #BD989D Careys Pink

📋 copy color: '#BD989D'

red 189 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #BD989D

Tints of Careys Pink #BD989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 37.95%
G = 30.52%
B = 31.53%

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

#BD989D (or 0xBD989D) is known color: Careys Pink. HEX triplet: BD, 98 and 9D. RGB value is (189,152,157). Sum of RGB (Red+Green+Blue) = 189+152+157=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD989D is #426762. Grayscale: #A3A3A3. Windows color (decimal): -4351843 or 10328253. OLE color: 10328253.

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

Color convert

RGB 189 152 157 -
CMYK 0 0.20 0.17 0.26
HSL 351.89º 0.22% 0.67% -
HSV(B) 351.89º 0.2% 0.74% -
XYZ 38.3 35.71 36.77 -
YUV 163.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 189 152 157 0 0.20 0.17 0.26 351.89 0.22 0.67
Hex BD 98 9D 0 14 11 1A 160 16 43
Octal 275 230 235 0 24 21 32 540 26 103
Binary 10111101 10011000 10011101 0 10100 10001 11010 101100000 10110 1000011

Color Harmonies of #BD989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD989D

Black with #BD989D

Text Example


Text Example

White with #BD989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD989D; }

 p { color: rgb(189,152,157); }

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

background-color css

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

 a { background-color: rgb(189,152,157); }

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

border-color css

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

 span { border-color: rgb(189,152,157); }

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