#BD9699

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

Shades of Careys Pink #BD9699

Tints of Careys Pink #BD9699

Color information

#BD9699 (or 0xBD9699) is unknown color: approx Careys Pink. HEX triplet: BD, 96 and 99. RGB value is (189,150,153). Sum of RGB (Red+Green+Blue) = 189+150+153=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9699 is #426966. Grayscale: #A2A2A2. Windows color (decimal): -4352359 or 10065597. OLE color: 10065597.

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

Color convert

RGB189150153-
CMYK00.210.190.26
HSL355.38º22.81%66.47%-
HSV(B)355.38º20.63%74.12%-
XYZ37.6434.9334.9-
YUV162122.92147.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=38.41%
G=30.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915015300.210.190.26355.3822.8166.47
HexBD9699015131A1631742
Octal275226231025233254327102
Binary1011110110010110100110010101011001111010101100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9699; }

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

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

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

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

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

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

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

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