#BC8F90

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

Shades of Careys Pink #BC8F90

Tints of Careys Pink #BC8F90

Color information

#BC8F90 (or 0xBC8F90) is unknown color: approx Careys Pink. HEX triplet: BC, 8F and 90. RGB value is (188,143,144). Sum of RGB (Red+Green+Blue) = 188+143+144=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F90 is #43706F. Grayscale: #9C9C9C. Windows color (decimal): -4419696 or 9473980. OLE color: 9473980.

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

Color convert

RGB188143144-
CMYK00.240.230.26
HSL358.67º25.14%64.9%-
HSV(B)358.67º23.94%73.73%-
XYZ35.632.3530.75-
YUV156.57120.91150.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=39.58%
G=30.11%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814314400.240.230.26358.6725.1464.9
HexBC8F90018171A1671941
Octal274217220030273254731101
Binary1011110010001111100100000110001011111010101100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F90; }

 p { color: rgb(188,143,144); }

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

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

 a { background-color: rgb(188,143,144); }

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

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

 span { border-color: rgb(188,143,144); }

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