Html Css Color HEX #BCC6BE Paris White

📋 copy color: '#BCC6BE'

red 188 ◦ green 198 ◦ blue 190

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

Shades of Paris White #BCC6BE

Tints of Paris White #BCC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.38%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 32.64%
G = 34.38%
B = 32.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#BCC6BE (or 0xBCC6BE) is known color: Paris White. HEX triplet: BC, C6 and BE. RGB value is (188,198,190). Sum of RGB (Red+Green+Blue) = 188+198+190=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6BE is #433941. Grayscale: #C2C2C2. Windows color (decimal): -4405570 or 12502716. OLE color: 12502716.

HSL color Cylindrical-coordinate representation of color #BCC6BE: hue angle of 132º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC6BE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 190 -
CMYK 0.05 0 0.04 0.22
HSL 132º 0.08% 0.76% -
HSV(B) 132º 0.05% 0.78% -
XYZ 50.23 54.8 56.64 -
YUV 194.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 188 198 190 0.05 0 0.04 0.22 132 0.08 0.76
Hex BC C6 BE 5 0 4 16 84 8 4C
Octal 274 306 276 5 0 4 26 204 10 114
Binary 10111100 11000110 10111110 101 0 100 10110 10000100 1000 1001100

Color Harmonies of #BCC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6BE

Black with #BCC6BE

Text Example


Text Example

White with #BCC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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