#BD969B

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

Shades of Careys Pink #BD969B

Tints of Careys Pink #BD969B

Color information

#BD969B (or 0xBD969B) is unknown color: approx Careys Pink. HEX triplet: BD, 96 and 9B. RGB value is (189,150,155). Sum of RGB (Red+Green+Blue) = 189+150+155=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969B is #426964. Grayscale: #A2A2A2. Windows color (decimal): -4352357 or 10196669. OLE color: 10196669.

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

Color convert

RGB189150155-
CMYK00.210.180.26
HSL352.31º22.81%66.47%-
HSV(B)352.31º20.63%74.12%-
XYZ37.813535.77-
YUV162.23123.92147.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=38.26%
G=30.36%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915015500.210.180.26352.3122.8166.47
HexBD969B015121A1601742
Octal275226233025223254027102
Binary1011110110010110100110110101011001011010101100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD969B; }

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

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

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

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

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

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

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

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