Html Css Color HEX #BCB2AF Pink Swan

📋 copy color: '#BCB2AF'

red 188 ◦ green 178 ◦ blue 175

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

Shades of Pink Swan #BCB2AF

Tints of Pink Swan #BCB2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 34.75%
G = 32.9%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCB2AF (or 0xBCB2AF) is known color: Pink Swan. HEX triplet: BC, B2 and AF. RGB value is (188,178,175). Sum of RGB (Red+Green+Blue) = 188+178+175=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AF is #434D50. Grayscale: #B4B4B4. Windows color (decimal): -4410705 or 11514556. OLE color: 11514556.

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

Color convert

RGB 188 178 175 -
CMYK 0 0.05 0.07 0.26
HSL 13.85º 0.09% 0.71% -
HSV(B) 13.85º 0.07% 0.74% -
XYZ 44.4 45.63 47.02 -
YUV 180.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 188 178 175 0 0.05 0.07 0.26 13.85 0.09 0.71
Hex BC B2 AF 0 5 7 1A E 9 47
Octal 274 262 257 0 5 7 32 16 11 107
Binary 10111100 10110010 10101111 0 101 111 11010 1110 1001 1000111

Color Harmonies of #BCB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2AF

Black with #BCB2AF

Text Example


Text Example

White with #BCB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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