Html Css Color HEX #BCB3B2 Pink Swan

📋 copy color: '#BCB3B2'

red 188 ◦ green 179 ◦ blue 178

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

Shades of Pink Swan #BCB3B2

Tints of Pink Swan #BCB3B2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.84%

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 34.5%
G = 32.84%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCB3B2 (or 0xBCB3B2) is known color: Pink Swan. HEX triplet: BC, B3 and B2. RGB value is (188,179,178). Sum of RGB (Red+Green+Blue) = 188+179+178=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3B2 is #434C4D. Grayscale: #B5B5B5. Windows color (decimal): -4410446 or 11711420. OLE color: 11711420.

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

Color convert

RGB 188 179 178 -
CMYK 0 0.05 0.05 0.26
HSL 0.07% 0.72% -
HSV(B) 0.05% 0.74% -
XYZ 44.9 46.15 48.66 -
YUV 181.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 188 179 178 0 0.05 0.05 0.26 6 0.07 0.72
Hex BC B3 B2 0 5 5 1A 6 7 48
Octal 274 263 262 0 5 5 32 6 7 110
Binary 10111100 10110011 10110010 0 101 101 11010 110 111 1001000

Color Harmonies of #BCB3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3B2

Black with #BCB3B2

Text Example


Text Example

White with #BCB3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3B2; }

 p { color: rgb(188,179,178); }

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

background-color css

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

 a { background-color: rgb(188,179,178); }

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

border-color css

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

 span { border-color: rgb(188,179,178); }

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