Html Css Color HEX #BCB0B3 Pink Flare

📋 copy color: '#BCB0B3'

red 188 ◦ green 176 ◦ blue 179

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

Shades of Pink Flare #BCB0B3

Tints of Pink Flare #BCB0B3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 179 (70.31% from 255) = 32.97%

R = 34.62%
G = 32.41%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCB0B3 (or 0xBCB0B3) is known color: Pink Flare. HEX triplet: BC, B0 and B3. RGB value is (188,176,179). Sum of RGB (Red+Green+Blue) = 188+176+179=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B3 is #434F4C. Grayscale: #B3B3B3. Windows color (decimal): -4411213 or 11776188. OLE color: 11776188.

HSL color Cylindrical-coordinate representation of color #BCB0B3: hue angle of 345º 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 #BCB0B3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 179 -
CMYK 0 0.06 0.05 0.26
HSL 345º 0.08% 0.71% -
HSV(B) 345º 0.06% 0.74% -
XYZ 44.4 45 48.99 -
YUV 179.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 188 176 179 0 0.06 0.05 0.26 345 0.08 0.71
Hex BC B0 B3 0 6 5 1A 159 8 47
Octal 274 260 263 0 6 5 32 531 10 107
Binary 10111100 10110000 10110011 0 110 101 11010 101011001 1000 1000111

Color Harmonies of #BCB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0B3

Black with #BCB0B3

Text Example


Text Example

White with #BCB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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