Html Css Color HEX #BCBEC2 Spindle

📋 copy color: '#BCBEC2'

red 188 ◦ green 190 ◦ blue 194

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

Shades of Spindle #BCBEC2

Tints of Spindle #BCBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.22%

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 32.87%
G = 33.22%
B = 33.92%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCBEC2 (or 0xBCBEC2) is known color: Spindle. HEX triplet: BC, BE and C2. RGB value is (188,190,194). Sum of RGB (Red+Green+Blue) = 188+190+194=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC2 is #43413D. Grayscale: #BDBDBD. Windows color (decimal): -4407614 or 12762812. OLE color: 12762812.

HSL color Cylindrical-coordinate representation of color #BCBEC2: hue angle of 220º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBEC2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 190 194 -
CMYK 0.03 0.02 0 0.24
HSL 220º 0.05% 0.75% -
HSV(B) 220º 0.03% 0.76% -
XYZ 48.89 51.41 58.39 -
YUV 189.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 188 190 194 0.03 0.02 0 0.24 220 0.05 0.75
Hex BC BE C2 3 2 0 18 DC 5 4B
Octal 274 276 302 3 2 0 30 334 5 113
Binary 10111100 10111110 11000010 11 10 0 11000 11011100 101 1001011

Color Harmonies of #BCBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEC2

Black with #BCBEC2

Text Example


Text Example

White with #BCBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEC2; }

 p { color: rgb(188,190,194); }

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

background-color css

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

 a { background-color: rgb(188,190,194); }

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

border-color css

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

 span { border-color: rgb(188,190,194); }

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