Html Css Color HEX #BC8F90 Careys Pink

📋 copy color: '#BC8F90'

red 188 ◦ green 143 ◦ blue 144

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

Shades of Careys Pink #BC8F90

Tints of Careys Pink #BC8F90

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 value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8F90 (or 0xBC8F90) is known color: 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

RGB 188 143 144 -
CMYK 0 0.24 0.23 0.26
HSL 358.67º 0.25% 0.65% -
HSV(B) 358.67º 0.24% 0.74% -
XYZ 35.6 32.35 30.75 -
YUV 156.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 188 143 144 0 0.24 0.23 0.26 358.67 0.25 0.65
Hex BC 8F 90 0 18 17 1A 167 19 41
Octal 274 217 220 0 30 27 32 547 31 101
Binary 10111100 10001111 10010000 0 11000 10111 11010 101100111 11001 1000001

Color Harmonies of #BC8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F90

Black with #BC8F90

Text Example


Text Example

White with #BC8F90

Text Example


Text Example

HTML Codes & Css Web 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>