Html Css Color HEX #BCADAB Pink Swan

📋 copy color: '#BCADAB'

red 188 ◦ green 173 ◦ blue 171

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

Shades of Pink Swan #BCADAB

Tints of Pink Swan #BCADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 35.34%
G = 32.52%
B = 32.14%

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

#BCADAB (or 0xBCADAB) is known color: Pink Swan. HEX triplet: BC, AD and AB. RGB value is (188,173,171). Sum of RGB (Red+Green+Blue) = 188+173+171=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAB is #435254. Grayscale: #B1B1B1. Windows color (decimal): -4411989 or 11251132. OLE color: 11251132.

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

Color convert

RGB 188 173 171 -
CMYK 0 0.08 0.09 0.26
HSL 7.06º 0.11% 0.7% -
HSV(B) 7.06º 0.09% 0.74% -
XYZ 43.03 43.52 44.66 -
YUV 177.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 188 173 171 0 0.08 0.09 0.26 7.06 0.11 0.7
Hex BC AD AB 0 8 9 1A 7 B 46
Octal 274 255 253 0 10 11 32 7 13 106
Binary 10111100 10101101 10101011 0 1000 1001 11010 111 1011 1000110

Color Harmonies of #BCADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADAB

Black with #BCADAB

Text Example


Text Example

White with #BCADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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