Html Css Color HEX #BCB2B0 Pink Swan

📋 copy color: '#BCB2B0'

red 188 ◦ green 178 ◦ blue 176

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

Shades of Pink Swan #BCB2B0

Tints of Pink Swan #BCB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.84%

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 34.69%
G = 32.84%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCB2B0 (or 0xBCB2B0) is known color: Pink Swan. HEX triplet: BC, B2 and B0. RGB value is (188,178,176). Sum of RGB (Red+Green+Blue) = 188+178+176=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2B0 is #434D4F. Grayscale: #B4B4B4. Windows color (decimal): -4410704 or 11580092. OLE color: 11580092.

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

Color convert

RGB 188 178 176 -
CMYK 0 0.05 0.06 0.26
HSL 10º 0.08% 0.71% -
HSV(B) 10º 0.06% 0.74% -
XYZ 44.5 45.67 47.54 -
YUV 180.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 188 178 176 0 0.05 0.06 0.26 10 0.08 0.71
Hex BC B2 B0 0 5 6 1A A 8 47
Octal 274 262 260 0 5 6 32 12 10 107
Binary 10111100 10110010 10110000 0 101 110 11010 1010 1000 1000111

Color Harmonies of #BCB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2B0

Black with #BCB2B0

Text Example


Text Example

White with #BCB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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