Html Css Color HEX #BC9598 Careys Pink

📋 copy color: '#BC9598'

red 188 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #BC9598

Tints of Careys Pink #BC9598

RGB

 RED value IS 188 (73.83% from 255) = 38.45%

 GREEN value IS 149 (58.59% from 255) = 30.47%

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 38.45%
G = 30.47%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC9598 (or 0xBC9598) is known color: Careys Pink. HEX triplet: BC, 95 and 98. RGB value is (188,149,152). Sum of RGB (Red+Green+Blue) = 188+149+152=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9598 is #436A67. Grayscale: #A1A1A1. Windows color (decimal): -4418152 or 9999804. OLE color: 9999804.

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

Color convert

RGB 188 149 152 -
CMYK 0 0.21 0.19 0.26
HSL 355.38º 0.23% 0.66% -
HSV(B) 355.38º 0.21% 0.74% -
XYZ 37.15 34.45 34.4 -
YUV 161 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 188 149 152 0 0.21 0.19 0.26 355.38 0.23 0.66
Hex BC 95 98 0 15 13 1A 163 17 42
Octal 274 225 230 0 25 23 32 543 27 102
Binary 10111100 10010101 10011000 0 10101 10011 11010 101100011 10111 1000010

Color Harmonies of #BC9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9598

Black with #BC9598

Text Example


Text Example

White with #BC9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9598; }

 p { color: rgb(188,149,152); }

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

background-color css

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

 a { background-color: rgb(188,149,152); }

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

border-color css

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

 span { border-color: rgb(188,149,152); }

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