#BD8E8F

Color #BD8E8F Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BD8E8F

Tints of Careys Pink #BD8E8F

Color information

#BD8E8F (or 0xBD8E8F) is unknown color: approx Careys Pink. HEX triplet: BD, 8E and 8F. RGB value is (189,142,143). Sum of RGB (Red+Green+Blue) = 189+142+143=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E8F is #427170. Grayscale: #9C9C9C. Windows color (decimal): -4354417 or 9408189. OLE color: 9408189.

HSL color Cylindrical-coordinate representation of color #BD8E8F: hue angle of 358.72º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8E8F is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189142143-
CMYK00.250.240.26
HSL358.72º26.26%64.9%-
HSV(B)358.72º24.87%74.12%-
XYZ35.6232.1530.31-
YUV156.17120.57151.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=39.87%
G=29.96%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914214300.250.240.26358.7226.2664.9
HexBD8E8F019181A1671a41
Octal275216217031303254732101
Binary1011110110001110100011110110011100011010101100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E8F; }

 p { color: rgb(189,142,143); }

 H1.HeaderClassName
 {
   color: #BD8E8F;
 }
 .AnyTagClassName
 {
   color: #BD8E8F;
 }
</style>
background-color css

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

 a { background-color: rgb(189,142,143); }

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

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

 span { border-color: rgb(189,142,143); }

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