#BDADAE

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

Shades of Careys Pink #BDADAE

Tints of Careys Pink #BDADAE

Color information

#BDADAE (or 0xBDADAE) is unknown color: approx Careys Pink. HEX triplet: BD, AD and AE. RGB value is (189,173,174). Sum of RGB (Red+Green+Blue) = 189+173+174=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAE is #425251. Grayscale: #B1B1B1. Windows color (decimal): -4346450 or 11447741. OLE color: 11447741.

HSL color Cylindrical-coordinate representation of color #BDADAE: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDADAE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189173174-
CMYK00.080.080.26
HSL356.25º10.81%70.98%-
HSV(B)356.25º8.47%74.12%-
XYZ43.5743.7646.19-
YUV177.9125.8135.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=35.26%
G=32.28%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917317400.080.080.26356.2510.8170.98
HexBDADAE0881A164b47
Octal275255256010103254413107
Binary1011110110101101101011100100010001101010110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADAE; }

 p { color: rgb(189,173,174); }

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

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

 a { background-color: rgb(189,173,174); }

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

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

 span { border-color: rgb(189,173,174); }

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