#BD9697

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

Shades of Careys Pink #BD9697

Tints of Careys Pink #BD9697

Color information

#BD9697 (or 0xBD9697) is unknown color: approx Careys Pink. HEX triplet: BD, 96 and 97. RGB value is (189,150,151). Sum of RGB (Red+Green+Blue) = 189+150+151=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9697 is #426968. Grayscale: #A1A1A1. Windows color (decimal): -4352361 or 9934525. OLE color: 9934525.

HSL color Cylindrical-coordinate representation of color #BD9697: hue angle of 358.46º 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 #BD9697 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189150151-
CMYK00.210.200.26
HSL358.46º22.81%66.47%-
HSV(B)358.46º20.63%74.12%-
XYZ37.4834.8734.03-
YUV161.77121.92147.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=38.57%
G=30.61%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915015100.210.200.26358.4622.8166.47
HexBD9697015141A1661742
Octal275226227025243254627102
Binary1011110110010110100101110101011010011010101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9697; }

 p { color: rgb(189,150,151); }

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

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

 a { background-color: rgb(189,150,151); }

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

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

 span { border-color: rgb(189,150,151); }

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