#BC9D9E

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

Shades of Careys Pink #BC9D9E

Tints of Careys Pink #BC9D9E

Color information

#BC9D9E (or 0xBC9D9E) is unknown color: approx Careys Pink. HEX triplet: BC, 9D and 9E. RGB value is (188,157,158). Sum of RGB (Red+Green+Blue) = 188+157+158=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D9E is #436261. Grayscale: #A6A6A6. Windows color (decimal): -4416098 or 10395068. OLE color: 10395068.

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

Color convert

RGB188157158-
CMYK00.160.160.26
HSL358.06º18.79%67.65%-
HSV(B)358.06º16.49%73.73%-
XYZ38.9737.2737.49-
YUV166.38123.27143.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=37.38%
G=31.21%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815715800.160.160.26358.0618.7967.65
HexBC9D9E010101A1661344
Octal274235236020203254623104
Binary1011110010011101100111100100001000011010101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D9E; }

 p { color: rgb(188,157,158); }

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

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

 a { background-color: rgb(188,157,158); }

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

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

 span { border-color: rgb(188,157,158); }

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