Html Css Color HEX #BCADAC Pink Swan

📋 copy color: '#BCADAC'

red 188 ◦ green 173 ◦ blue 172

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

Shades of Pink Swan #BCADAC

Tints of Pink Swan #BCADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 172 (67.58% from 255) = 32.27%

R = 35.27%
G = 32.46%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCADAC (or 0xBCADAC) is known color: Pink Swan. HEX triplet: BC, AD and AC. RGB value is (188,173,172). Sum of RGB (Red+Green+Blue) = 188+173+172=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAC is #435253. Grayscale: #B1B1B1. Windows color (decimal): -4411988 or 11316668. OLE color: 11316668.

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

Color convert

RGB 188 173 172 -
CMYK 0 0.08 0.09 0.26
HSL 3.75º 0.11% 0.71% -
HSV(B) 3.75º 0.09% 0.74% -
XYZ 43.13 43.56 45.16 -
YUV 177.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 188 173 172 0 0.08 0.09 0.26 3.75 0.11 0.71
Hex BC AD AC 0 8 9 1A 4 B 47
Octal 274 255 254 0 10 11 32 4 13 107
Binary 10111100 10101101 10101100 0 1000 1001 11010 100 1011 1000111

Color Harmonies of #BCADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADAC

Black with #BCADAC

Text Example


Text Example

White with #BCADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADAC; }

 p { color: rgb(188,173,172); }

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

background-color css

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

 a { background-color: rgb(188,173,172); }

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

border-color css

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

 span { border-color: rgb(188,173,172); }

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